Commit 96b5f8a2 authored by justcoding121's avatar justcoding121 Committed by justcoding121

update code sample

parent 88593feb
...@@ -112,7 +112,7 @@ Sample request and response event handlers ...@@ -112,7 +112,7 @@ Sample request and response event handlers
```csharp ```csharp
//To access requestBody from OnResponse handler //To access requestBody from OnResponse handler
private Dictionary<Guid, string> requestBodyHistory; private Dictionary<Guid, string> requestBodyHistory = new Dictionary<Guid, string>();
public async Task OnRequest(object sender, SessionEventArgs e) public async Task OnRequest(object sender, SessionEventArgs e)
{ {
......
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