2 references to FindServicePointHelper
System (2)
net\System\Net\ServicePointManager.cs (2)
748ServicePoint servicePoint = FindServicePointHelper(address, isProxyServicePoint); 763return FindServicePointHelper(proxyAddress == null ? chain.Destination : proxyAddress, proxyAddress != null);