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

◆ Send() [2/2]

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

Definition at line 46 of file AuthCommand.cs.

47 {
48 PrepareCommand(conn, type, message);
49 return CheckResponse(ReadLinesCommand.Send(conn));
50 }
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(), System.Net.Mail.ReadLinesCommand.Send(), and System.type.

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