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

◆ ServerSupportsEai

bool System.Net.Mail.SmtpTransport.ServerSupportsEai
getpackage

Definition at line 76 of file SmtpTransport.cs.

77 {
78 get
79 {
80 if (_connection != null)
81 {
83 }
84 return false;
85 }
86 }