Commit d386c2d1 authored by Jehonathan Thomas's avatar Jehonathan Thomas Committed by GitHub

update code sample

parent 8e254c99
......@@ -112,7 +112,7 @@ Sample request and response event handlers
```csharp
//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)
{
......
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