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)
1840
ProxyChain chain =
_ProxyChain
;
2720
if (
_ProxyChain
!= null)
2722
_ProxyChain
.Dispose();
3299
if (
_ProxyChain
!= null)
3301
_ProxyChain
.Dispose();