2 writes to timedOut
System (2)
net\System\Net\mail\SmtpClient.cs (2)
486
timedOut
= false;
800
timedOut
= true;
3 references to timedOut
System (3)
net\System\Net\mail\SmtpClient.cs (3)
537
if (
timedOut
) {
679
if (
timedOut
) {
799
if (!
timedOut
) {