Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Net.Mail.CheckCommand Class Reference

Static Package Functions

static IAsyncResult BeginSend (SmtpConnection conn, AsyncCallback callback, object state)
 
static object EndSend (IAsyncResult result, out string response)
 
static SmtpStatusCode Send (SmtpConnection conn, out string response)
 

Static Private Member Functions

static void OnReadLine (IAsyncResult result)
 
static void OnWrite (IAsyncResult result)
 

Static Private Attributes

static readonly AsyncCallback s_onReadLine = OnReadLine
 
static readonly AsyncCallback s_onWrite = OnWrite
 

Detailed Description

Definition at line 6 of file CheckCommand.cs.


The documentation for this class was generated from the following file: