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
CloseExState.cs
Go to the documentation of this file.
1using System;
2
3namespace System.Net
4{
5 // Token: 0x020001ED RID: 493
6 [Flags]
7 internal enum CloseExState
8 {
9 // Token: 0x04000A80 RID: 2688
10 Normal = 0,
11 // Token: 0x04000A81 RID: 2689
12 Abort = 1,
13 // Token: 0x04000A82 RID: 2690
14 Silent = 2
15 }
16}