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