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

◆ Send()

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

Definition at line 43 of file StartTlsCommand.cs.

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

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

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