Commit 82dac792 authored by justcoding121's avatar justcoding121

undo test changes

parent 39d25785
...@@ -47,8 +47,8 @@ namespace Titanium.Web.Proxy.Test ...@@ -47,8 +47,8 @@ namespace Titanium.Web.Proxy.Test
endPoint.GetType().Name, endPoint.IpAddress, endPoint.Port); endPoint.GetType().Name, endPoint.IpAddress, endPoint.Port);
//Only explicit proxies can be set as system proxy! //Only explicit proxies can be set as system proxy!
// ProxyServer.SetAsSystemHttpProxy(explicitEndPoint); ProxyServer.SetAsSystemHttpProxy(explicitEndPoint);
// ProxyServer.SetAsSystemHttpsProxy(explicitEndPoint); ProxyServer.SetAsSystemHttpsProxy(explicitEndPoint);
} }
public void Stop() public void Stop()
......
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