Skip to content
This repository was archived by the owner on Jul 9, 2023. It is now read-only.

Commit 7f00209

Browse files
committed
undo debug changes
1 parent f320867 commit 7f00209

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Examples/Titanium.Web.Proxy.Examples.Basic/ProxyTestController.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ public ProxyTestController()
1717

1818
public void StartProxy()
1919
{
20-
//proxyServer.BeforeRequest += OnRequest;
21-
//proxyServer.BeforeResponse += OnResponse;
22-
//proxyServer.ServerCertificateValidationCallback += OnCertificateValidation;
23-
//proxyServer.ClientCertificateSelectionCallback += OnCertificateSelection;
20+
proxyServer.BeforeRequest += OnRequest;
21+
proxyServer.BeforeResponse += OnResponse;
22+
proxyServer.ServerCertificateValidationCallback += OnCertificateValidation;
23+
proxyServer.ClientCertificateSelectionCallback += OnCertificateSelection;
2424

2525
//Exclude Https addresses you don't want to proxy
2626
//Usefull for clients that use certificate pinning

0 commit comments

Comments
 (0)