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

◆ Send()

static void System.Net.Mail.HelloCommand.Send ( SmtpConnection conn,
string domain )
inlinestaticpackage

Definition at line 42 of file HelloCommand.cs.

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

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

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