Commit 4bcd22fc authored by justcoding121's avatar justcoding121

undo test change

parent 6fb5f0bf
...@@ -12,10 +12,10 @@ namespace Titanium.Web.Proxy.Examples.Basic ...@@ -12,10 +12,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