Commit 7f002099 authored by titanium007's avatar titanium007

undo debug changes

parent f320867a
...@@ -17,10 +17,10 @@ namespace Titanium.Web.Proxy.Examples.Basic ...@@ -17,10 +17,10 @@ namespace Titanium.Web.Proxy.Examples.Basic
public void StartProxy() public void StartProxy()
{ {
//proxyServer.BeforeRequest += OnRequest; proxyServer.BeforeRequest += OnRequest;
//proxyServer.BeforeResponse += OnResponse; proxyServer.BeforeResponse += OnResponse;
//proxyServer.ServerCertificateValidationCallback += OnCertificateValidation; proxyServer.ServerCertificateValidationCallback += OnCertificateValidation;
//proxyServer.ClientCertificateSelectionCallback += OnCertificateSelection; proxyServer.ClientCertificateSelectionCallback += OnCertificateSelection;
//Exclude Https addresses you don't want to proxy //Exclude Https addresses you don't want to proxy
//Usefull for clients that use certificate pinning //Usefull for clients that use certificate pinning
......
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