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