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)
282Hashtable proxyHostAddresses = _ProxyHostAddresses; 377Hashtable proxyHostAddresses = _ProxyHostAddresses; 409return (_ProxyAddress==null && _ProxyHostAddresses==null) || (_BypassOnLocal && IsLocal(host)) || IsMatchInBypassList(host) || IsLocalInProxyHash(host); 674Hashtable proxyHostAddresses = _ProxyHostAddresses;