Commit 59954264 authored by justcoding121's avatar justcoding121 Committed by justcoding121

undo debug changes

parent ef3601cd
...@@ -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