2 writes to _ProxyChain
System (2)
net\System\Net\HttpWebRequest.cs (2)
2724_ProxyChain = null; 3303_ServicePoint = ServicePointManager.FindServicePoint(_Uri, _Proxy, out _ProxyChain, ref _AbortDelegate, ref m_Aborted);
5 references to _ProxyChain
System (5)
net\System\Net\HttpWebRequest.cs (5)
1840ProxyChain chain = _ProxyChain; 2720if (_ProxyChain != null) 2722_ProxyChain.Dispose(); 3299if (_ProxyChain != null) 3301_ProxyChain.Dispose();