1 write to servicePoint
System (1)
net\System\Net\mail\SmtpClient.cs (1)
310servicePoint = ServicePointManager.FindServicePoint(host, port);
4 references to servicePoint
System (4)
net\System\Net\mail\SmtpClient.cs (4)
309if (servicePoint == null || servicePointChanged) { 314return servicePoint; 972if ((transport != null) && (servicePoint != null)) { 973transport.CloseIdleConnections(servicePoint);