3 references to Destination
System (3)
net\System\Net\_ProxyChain.cs (2)
215
m_ScriptProxies = m_Proxy.GetProxiesAuto(
Destination
, ref m_SyncStatus);
220
proxy = m_Proxy.GetProxyAutoFailover(
Destination
);
net\System\Net\ServicePointManager.cs (1)
763
return FindServicePointHelper(proxyAddress == null ? chain.
Destination
: proxyAddress, proxyAddress != null);