|
terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Inheritance diagram for System.Net.Mime.WriteStateInfoBase:
Collaboration 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, set] |
| byte[] | Footer [get, set] |
| byte[] | Header [get, set] |
| byte[] | Buffer [get, set] |
| int | Length [get, set] |
| int | CurrentLineLength [get, set] |
| int | MaxLineLength [get, set] |
Private Member Functions | |
| void | EnsureSpaceInBuffer (int moreBytes) |
Definition at line 8 of file WriteStateInfoBase.cs.