1 reference to FindServicePoint
System.Net.Mail (1)
System\Net\Mail\SmtpClient.cs (1)
267return _servicePoint ??= ServicePointManager.FindServicePoint(new Uri($"mailto:{_host}:{_port}"));