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

◆ PrepareCommand()

static void System.Net.Mail.EHelloCommand.PrepareCommand ( SmtpConnection conn,
string domain )
inlinestaticprivate

Definition at line 38 of file EHelloCommand.cs.

39 {
40 if (conn.IsStreamOpen)
41 {
43 }
44 conn.BufferBuilder.Append(SmtpCommands.EHello);
45 conn.BufferBuilder.Append(domain);
46 conn.BufferBuilder.Append(SmtpCommands.CRLF);
47 }
static string SmtpDataStreamOpen
Definition SR.cs:154
Definition SR.cs:7

References System.Net.Mail.BufferBuilder.Append(), System.Net.Mail.SmtpConnection.BufferBuilder, System.Net.Mail.SmtpCommands.CRLF, System.Net.Mail.SmtpCommands.EHello, System.Net.Mail.SmtpConnection.IsStreamOpen, and System.SR.SmtpDataStreamOpen.

Referenced by System.Net.Mail.EHelloCommand.BeginSend(), and System.Net.Mail.EHelloCommand.Send().