2 writes to lastUsedServicePoint
System (2)
net\System\Net\mail\SmtpTransport.cs (2)
186
lastUsedServicePoint
= servicePoint;
191
lastUsedServicePoint
= servicePoint;
3 references to lastUsedServicePoint
System (3)
net\System\Net\mail\SmtpTransport.cs (3)
185
if (
lastUsedServicePoint
== null) {
188
else if (
lastUsedServicePoint
.Host != servicePoint.Host
189
||
lastUsedServicePoint
.Port != servicePoint.Port) {