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

◆ Send()

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

Definition at line 44 of file DataCommand.cs.

45 {
46 PrepareCommand(conn);
47 string response;
48 SmtpStatusCode statusCode = CheckCommand.Send(conn, out response);
49 CheckResponse(statusCode, response);
50 }
static void PrepareCommand(SmtpConnection conn)
static void CheckResponse(SmtpStatusCode statusCode, string serverResponse)

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

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