Commit 57f3fb66 authored by justcoding121's avatar justcoding121 Committed by GitHub

update readme

parent fede7b8a
...@@ -86,6 +86,9 @@ Setup HTTP proxy: ...@@ -86,6 +86,9 @@ Setup HTTP proxy:
//Unsubscribe & Quit //Unsubscribe & Quit
proxyServer.BeforeRequest -= OnRequest; proxyServer.BeforeRequest -= OnRequest;
proxyServer.BeforeResponse -= OnResponse; proxyServer.BeforeResponse -= OnResponse;
proxyServer.ServerCertificateValidationCallback -= OnCertificateValidation;
proxyServer.ClientCertificateSelectionCallback -= OnCertificateSelection;
proxyServer.Stop(); proxyServer.Stop();
``` ```
......
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