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