3 types derived from ProxyChain
System (3)
net\System\Net\_ProxyChain.cs (3)
192
internal class ProxyScriptChain :
ProxyChain
236
internal class DirectProxy :
ProxyChain
255
internal class StaticProxy :
ProxyChain
11 references to ProxyChain
System (11)
net\System\Net\_emptywebproxy.cs (1)
42
ProxyChain
IAutoWebProxy.GetProxies(Uri destination)
net\System\Net\_ProxyChain.cs (3)
14
ProxyChain
GetProxies(Uri destination);
89
private
ProxyChain
m_Chain;
94
internal ProxyEnumerator(
ProxyChain
chain)
net\System\Net\HttpWebRequest.cs (2)
217
private
ProxyChain
_ProxyChain;
1840
ProxyChain
chain = _ProxyChain;
net\System\Net\ServicePointManager.cs (3)
676
ProxyChain
chain;
683
internal static ServicePoint FindServicePoint(Uri address, IWebProxy proxy, out
ProxyChain
chain, ref HttpAbortDelegate abortDelegate, ref int abortState)
754
internal static ServicePoint FindServicePoint(
ProxyChain
chain)
net\System\Net\webproxy.cs (1)
555
ProxyChain
IAutoWebProxy.GetProxies(Uri destination) {
net\System\Net\WebRequest.cs (1)
1141
public
ProxyChain
GetProxies(Uri destination)