2 references to FindServicePoint
System.Net.Mail (1)
System\Net\Mail\SmtpClient.cs (1)
267return _servicePoint ??= ServicePointManager.FindServicePoint(new Uri($"mailto:{_host}:{_port}"));
System.Net.Requests (1)
System\Net\FtpWebRequest.cs (1)
473public ServicePoint ServicePoint => field ??= ServicePointManager.FindServicePoint(_uri);