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
ContentTypeValues.cs
Go to the documentation of this file.
1using System;
2
3namespace System.Net
4{
5 // Token: 0x020001A7 RID: 423
6 internal enum ContentTypeValues
7 {
8 // Token: 0x04000895 RID: 2197
10 // Token: 0x04000896 RID: 2198
11 Alert,
12 // Token: 0x04000897 RID: 2199
14 // Token: 0x04000898 RID: 2200
15 AppData,
16 // Token: 0x04000899 RID: 2201
17 Unrecognized = 255
18 }
19}