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

◆ Send() [1/2]

static LineInfo System.Net.Mail.AuthCommand.Send ( SmtpConnection conn,
string message )
inlinestaticpackage

Definition at line 52 of file AuthCommand.cs.

53 {
54 PrepareCommand(conn, message);
55 return CheckResponse(ReadLinesCommand.Send(conn));
56 }
static LineInfo CheckResponse(LineInfo[] lines)
static void PrepareCommand(SmtpConnection conn, string type, string message)

References System.Net.Mail.AuthCommand.CheckResponse(), System.Net.Mail.AuthCommand.PrepareCommand(), and System.Net.Mail.ReadLinesCommand.Send().