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
HttpWriteMode.cs
Go to the documentation of this file.
1using System;
2
3namespace System.Net
4{
5 // Token: 0x020001B6 RID: 438
6 internal enum HttpWriteMode
7 {
8 // Token: 0x0400094E RID: 2382
10 // Token: 0x0400094F RID: 2383
12 // Token: 0x04000950 RID: 2384
13 Chunked,
14 // Token: 0x04000951 RID: 2385
15 Buffer,
16 // Token: 0x04000952 RID: 2386
17 None
18 }
19}