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

Commit 82dac79

Browse files
committed
undo test changes
1 parent 39d2578 commit 82dac79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Titanium.Web.Proxy.Test/ProxyTestController.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ public void StartProxy()
4747
endPoint.GetType().Name, endPoint.IpAddress, endPoint.Port);
4848

4949
//Only explicit proxies can be set as system proxy!
50-
// ProxyServer.SetAsSystemHttpProxy(explicitEndPoint);
51-
// ProxyServer.SetAsSystemHttpsProxy(explicitEndPoint);
50+
ProxyServer.SetAsSystemHttpProxy(explicitEndPoint);
51+
ProxyServer.SetAsSystemHttpsProxy(explicitEndPoint);
5252
}
5353

5454
public void Stop()

0 commit comments

Comments
 (0)