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