2 writes to _ProxyHostAddresses
System (2)
net\System\Net\webproxy.cs (2)
142
_ProxyHostAddresses
= null; // hash list of proxies
534
_ProxyHostAddresses
= webProxyData.proxyHostAddresses;
4 references to _ProxyHostAddresses
System (4)
net\System\Net\webproxy.cs (4)
282
Hashtable proxyHostAddresses =
_ProxyHostAddresses
;
377
Hashtable proxyHostAddresses =
_ProxyHostAddresses
;
409
return (_ProxyAddress==null &&
_ProxyHostAddresses
==null) || (_BypassOnLocal && IsLocal(host)) || IsMatchInBypassList(host) || IsLocalInProxyHash(host);
674
Hashtable proxyHostAddresses =
_ProxyHostAddresses
;