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

◆ BeginSend()

static IAsyncResult System.Net.Mail.HelloCommand.BeginSend ( SmtpConnection conn,
string domain,
AsyncCallback callback,
object state )
inlinestaticpackage

Definition at line 5 of file HelloCommand.cs.

6 {
7 PrepareCommand(conn, domain);
8 return CheckCommand.BeginSend(conn, callback, state);
9 }
static void PrepareCommand(SmtpConnection conn, string domain)

References System.Net.Mail.CheckCommand.BeginSend(), System.Net.Mail.HelloCommand.PrepareCommand(), and System.state.

Referenced by System.Net.Mail.SmtpConnection.ConnectAndHandshakeAsyncResult.SendHello().