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
ChainPolicyType.cs
Go to the documentation of this file.
1using System;
2
3namespace System.Net
4{
5 // Token: 0x020001AC RID: 428
6 internal enum ChainPolicyType
7 {
8 // Token: 0x040008C3 RID: 2243
9 Base = 1,
10 // Token: 0x040008C4 RID: 2244
12 // Token: 0x040008C5 RID: 2245
14 // Token: 0x040008C6 RID: 2246
15 SSL,
16 // Token: 0x040008C7 RID: 2247
18 // Token: 0x040008C8 RID: 2248
19 NtAuth
20 }
21}