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

◆ EndSend()

static void System.Net.Mail.HelloCommand.EndSend ( IAsyncResult result)
inlinestaticpackage

Definition at line 24 of file HelloCommand.cs.

25 {
26 string response;
27 SmtpStatusCode statusCode = (SmtpStatusCode)CheckCommand.EndSend(result, out response);
28 CheckResponse(statusCode, response);
29 }
static void CheckResponse(SmtpStatusCode statusCode, string serverResponse)

References System.Net.Mail.HelloCommand.CheckResponse(), and System.Net.Mail.CheckCommand.EndSend().

Referenced by System.Net.Mail.SmtpConnection.ConnectAndHandshakeAsyncResult.SendHello(), and System.Net.Mail.SmtpConnection.ConnectAndHandshakeAsyncResult.SendHelloCallback().