3 implementations of GetProxies
System (3)
net\System\Net\_emptywebproxy.cs (1)
42ProxyChain IAutoWebProxy.GetProxies(Uri destination)
net\System\Net\webproxy.cs (1)
555ProxyChain IAutoWebProxy.GetProxies(Uri destination) {
net\System\Net\WebRequest.cs (1)
1141public ProxyChain GetProxies(Uri destination)
2 references to GetProxies
System (2)
net\System\Net\ServicePointManager.cs (1)
701chain = autoProxy.GetProxies(address);
net\System\Net\WebRequest.cs (1)
1143return ((IAutoWebProxy) webProxy).GetProxies(destination);