Terraria v1.4.4.9
Terraria source code documentation
|
Static Package Functions | |
static IAsyncResult | BeginSend (SmtpConnection conn, string to, AsyncCallback callback, object state) |
static bool | EndSend (IAsyncResult result, out string response) |
static bool | Send (SmtpConnection conn, string to, out string response) |
Static Private Member Functions | |
static bool | CheckResponse (SmtpStatusCode statusCode, string response) |
static void | PrepareCommand (SmtpConnection conn, string to) |
Definition at line 3 of file RecipientCommand.cs.