Commit 90c53a54 authored by justcoding121's avatar justcoding121

Update README.md

parent fae8d4b4
...@@ -32,7 +32,7 @@ After installing nuget package mark following files to be copied to app director ...@@ -32,7 +32,7 @@ After installing nuget package mark following files to be copied to app director
Setup HTTP proxy: Setup HTTP proxy:
```csharp ```csharp
ProxyServer.BeforeRequest += OnRequest; ProxyServer.BeforeRequest += OnRequest;
ProxyServer.BeforeResponse += OnResponse; ProxyServer.BeforeResponse += OnResponse;
ProxyServer.RemoteCertificateValidationCallback += OnCertificateValidation; ProxyServer.RemoteCertificateValidationCallback += OnCertificateValidation;
......
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