Terraria v1.4.4.9
Terraria source code documentation
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros
System.Net.Mail.AuthCommand Class Reference

Static Package Functions

static IAsyncResult BeginSend (SmtpConnection conn, string type, string message, AsyncCallback callback, object state)
 
static IAsyncResult BeginSend (SmtpConnection conn, string message, AsyncCallback callback, object state)
 
static LineInfo EndSend (IAsyncResult result)
 
static LineInfo Send (SmtpConnection conn, string type, string message)
 
static LineInfo Send (SmtpConnection conn, string message)
 

Static Private Member Functions

static LineInfo CheckResponse (LineInfo[] lines)
 
static void PrepareCommand (SmtpConnection conn, string type, string message)
 
static void PrepareCommand (SmtpConnection conn, string message)
 

Detailed Description

Definition at line 3 of file AuthCommand.cs.


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