Commit 1cad6519 authored by justcoding121's avatar justcoding121

update readme

parent 725e1f75
......@@ -35,6 +35,8 @@ After installing nuget package mark following files to be copied to app director
Setup HTTP proxy:
```csharp
var ProxyServer = new ProxyServer();
ProxyServer.BeforeRequest += OnRequest;
ProxyServer.BeforeResponse += OnResponse;
ProxyServer.ServerCertificateValidationCallback += 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