terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
System.Net.Mime.WriteStateInfoBase Class Reference
+ Inheritance diagram for System.Net.Mime.WriteStateInfoBase:

Protected Attributes

readonly byte[] _header
 
readonly byte[] _footer
 
readonly int _maxLineLength
 
byte[] _buffer
 
int _currentLineLength
 
int _currentBufferUsed
 

Package Functions

 WriteStateInfoBase ()
 
void Append (byte aByte)
 
void Append (params byte[] bytes)
 
void AppendCRLF (bool includeSpace)
 
void AppendHeader ()
 
void AppendFooter ()
 
void Reset ()
 

Properties

int FooterLength [get]
 
byte[] Footer [get]
 
byte[] Header [get]
 
byte[] Buffer [get]
 
int Length [get]
 
int CurrentLineLength [get]
 
int MaxLineLength [get]
 

Private Member Functions

void EnsureSpaceInBuffer (int moreBytes)
 

Detailed Description

Definition at line 6 of file WriteStateInfoBase.cs.


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