3 references to FindServicePoint
System (3)
net\System\Net\FtpWebRequest.cs (1)
490ServicePoint servicePoint = ServicePointManager.FindServicePoint(m_Uri, proxy);
net\System\Net\ServicePointManager.cs (2)
653return FindServicePoint(address, null); 663return FindServicePoint(uri, proxy);