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

Commit 4e164eb

Browse files
committed
uncomment
1 parent cf3eb56 commit 4e164eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ public class ProxyTestController
1212
{
1313
public void StartProxy()
1414
{
15-
// ProxyServer.BeforeRequest += OnRequest;
16-
// ProxyServer.BeforeResponse += OnResponse;
17-
// ProxyServer.ServerCertificateValidationCallback += OnCertificateValidation;
15+
ProxyServer.BeforeRequest += OnRequest;
16+
ProxyServer.BeforeResponse += OnResponse;
17+
ProxyServer.ServerCertificateValidationCallback += OnCertificateValidation;
1818

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

0 commit comments

Comments
 (0)