2 references to FindServicePoint
System (2)
net\System\Net\HttpWebRequest.cs (1)
3303_ServicePoint = ServicePointManager.FindServicePoint(_Uri, _Proxy, out _ProxyChain, ref _AbortDelegate, ref m_Aborted);
net\System\Net\ServicePointManager.cs (1)
679return FindServicePoint(address, proxy, out chain, ref abortDelegate, ref abortState);