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

◆ BeginSend()

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

Definition at line 5 of file DataCommand.cs.

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

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

Referenced by System.Net.Mail.SendMailAsyncResult.SendData().