Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Net.Mime.BaseWriter Class Referenceabstract

Protected Member Functions

 BaseWriter (Stream stream, bool shouldEncodeLeadingDots)
 
void Flush (MultiAsyncResult multiResult)
 
void OnClose (object sender, EventArgs args)
 
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

void WriteHeaders (NameValueCollection headers, bool allowUnicode)
 
void WriteHeader (string name, string value, bool allowUnicode)
 
Stream GetContentStream ()
 
IAsyncResult BeginGetContentStream (AsyncCallback callback, object state)
 
Stream EndGetContentStream (IAsyncResult result)
 
void Close ()
 

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
 

Detailed Description

Definition at line 8 of file BaseWriter.cs.


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