2 writes to _timedOut
System.Net.Mail (2)
System\Net\Mail\SmtpClient.cs (2)
467
_timedOut
= false;
828
_timedOut
= true;
2 references to _timedOut
System.Net.Mail (2)
System\Net\Mail\SmtpClient.cs (2)
519
if (
_timedOut
)
826
if (!
_timedOut
)