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
ReadState.cs
Go to the documentation of this file.
1using System;
2
3namespace System.Net
4{
5 // Token: 0x0200027F RID: 639
6 internal enum ReadState
7 {
8 // Token: 0x04000D95 RID: 3477
9 None,
10 // Token: 0x04000D96 RID: 3478
11 Status,
12 // Token: 0x04000D97 RID: 3479
13 Headers,
14 // Token: 0x04000D98 RID: 3480
15 Content,
16 // Token: 0x04000D99 RID: 3481
18 }
19}