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

◆ BeginSend() [1/2]

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

Definition at line 11 of file AuthCommand.cs.

12 {
13 PrepareCommand(conn, message);
14 return ReadLinesCommand.BeginSend(conn, callback, state);
15 }
static void PrepareCommand(SmtpConnection conn, string type, string message)

References System.Net.Mail.ReadLinesCommand.BeginSend(), System.Net.Mail.AuthCommand.PrepareCommand(), and System.state.