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

◆ EndGetConnection()

void System.Net.Mail.SmtpConnection.EndGetConnection ( IAsyncResult result)
inlinepackage

Definition at line 796 of file SmtpConnection.cs.

797 {
798 ConnectAndHandshakeAsyncResult.End(result);
799 }

References System.Net.Mail.SmtpConnection.ConnectAndHandshakeAsyncResult.End().

Referenced by System.Net.Mail.SmtpTransport.EndGetConnection().