Terraria v1.4.4.9
Terraria source code documentation
|
Protected Member Functions | |
override void | OnClose (object sender, EventArgs args) |
void | Flush (MultiAsyncResult multiResult) |
virtual void | CheckBoundary () |
Static Protected Member Functions | |
static void | OnWrite (IAsyncResult result) |
Protected Attributes | |
readonly BufferBuilder | _bufferBuilder |
readonly Stream | _stream |
Stream | _contentStream |
bool | _isInContent |
Static Protected Attributes | |
static readonly byte[] | s_crlf = new byte[2] { 13, 10 } |
Package Functions | |
MailWriter (Stream stream, bool encodeForTransport) | |
override void | WriteHeaders (NameValueCollection headers, bool allowUnicode) |
override void | Close () |
void | WriteHeader (string name, string value, bool allowUnicode) |
Stream | GetContentStream () |
IAsyncResult | BeginGetContentStream (AsyncCallback callback, object state) |
Stream | EndGetContentStream (IAsyncResult result) |
Private Member Functions | |
void | WriteAndFold (string value, int charsAlreadyOnLine, bool allowUnicode) |
Stream | GetContentStream (MultiAsyncResult multiResult) |
Private Attributes | |
readonly EventHandler | _onCloseHandler |
readonly bool | _shouldEncodeLeadingDots |
readonly int | _lineLength |
Static Private Attributes | |
static readonly AsyncCallback | s_onWrite = OnWrite |
Definition at line 7 of file MailWriter.cs.