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

Static Package Functions

static IAsyncResult BeginSend (SmtpConnection conn, AsyncCallback callback, object state)
 
static LineInfo[] EndSend (IAsyncResult result)
 
static LineInfo[] Send (SmtpConnection conn)
 

Static Private Member Functions

static void OnReadLines (IAsyncResult result)
 
static void OnWrite (IAsyncResult result)
 

Static Private Attributes

static readonly AsyncCallback s_onReadLines = OnReadLines
 
static readonly AsyncCallback s_onWrite = OnWrite
 

Detailed Description

Definition at line 6 of file ReadLinesCommand.cs.


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