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

◆ Send()

static void System.Net.Mail.DataStopCommand.Send ( SmtpConnection conn)
inlinestaticpackage

Definition at line 28 of file DataStopCommand.cs.

29 {
30 PrepareCommand(conn);
31 string response;
32 SmtpStatusCode statusCode = CheckCommand.Send(conn, out response);
33 CheckResponse(statusCode, response);
34 }
static void CheckResponse(SmtpStatusCode statusCode, string serverResponse)
static void PrepareCommand(SmtpConnection conn)

References System.Net.Mail.DataStopCommand.CheckResponse(), System.Net.Mail.DataStopCommand.PrepareCommand(), and System.Net.Mail.CheckCommand.Send().

Referenced by System.Net.Mail.SmtpConnection.OnClose().