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
WriteBufferState.cs
Go to the documentation of this file.
1using System;
2
3namespace System.Net
4{
5 // Token: 0x020001E5 RID: 485
6 internal enum WriteBufferState
7 {
8 // Token: 0x04000A3A RID: 2618
10 // Token: 0x04000A3B RID: 2619
11 Headers,
12 // Token: 0x04000A3C RID: 2620
13 Buffer,
14 // Token: 0x04000A3D RID: 2621
16 }
17}