Commit 93f59c97 authored by justcoding121's avatar justcoding121 Committed by GitHub

Update README.md

parent a06df5fa
...@@ -198,8 +198,11 @@ public async Task OnResponse(object sender, SessionEventArgs e) ...@@ -198,8 +198,11 @@ public async Task OnResponse(object sender, SessionEventArgs e)
} }
} }
//access request from UserData property where we stored it in RequestHandler if(e.UserData!=null)
var request = (Request)e.UserData; {
//access request from UserData property where we stored it in RequestHandler
var request = (Request)e.UserData;
}
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment