Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ IsConnected

bool System.Net.Mail.SmtpTransport.IsConnected
getpackage

Definition at line 50 of file SmtpTransport.cs.

51 {
52 get
53 {
54 if (_connection != null)
55 {
57 }
58 return false;
59 }
60 }

Referenced by System.Net.Mail.SmtpClient.GetConnection().