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

◆ Send()

static string[] System.Net.Mail.EHelloCommand.Send ( SmtpConnection conn,
string domain )
inlinestaticpackage

Definition at line 49 of file EHelloCommand.cs.

50 {
51 PrepareCommand(conn, domain);
52 return CheckResponse(ReadLinesCommand.Send(conn));
53 }
static string[] CheckResponse(LineInfo[] lines)
static void PrepareCommand(SmtpConnection conn, string domain)

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

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