Commit 17ffb97c authored by justcoding121's avatar justcoding121 Committed by justcoding121

update readme

parent 6b9c201e
...@@ -88,7 +88,7 @@ Sample request and response event handlers ...@@ -88,7 +88,7 @@ Sample request and response event handlers
public void OnResponse(object sender, SessionEventArgs e) public void OnResponse(object sender, SessionEventArgs e)
{ {
//To modify a response headers //modify response headers
var responseHeaders = e.ResponseHeaders; var responseHeaders = e.ResponseHeaders;
if (e.ResponseStatusCode == HttpStatusCode.OK) if (e.ResponseStatusCode == HttpStatusCode.OK)
......
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