terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
ChainPolicyType.cs
Go to the documentation of this file.
1using System;
3
4namespace System.Net
5{
6 [global::Cpp2ILInjected.Token(Token = "0x20001AC")]
7 internal enum ChainPolicyType
8 {
9 [global::Cpp2ILInjected.Token(Token = "0x40008C3")]
10 Base = 1,
11 [global::Cpp2ILInjected.Token(Token = "0x40008C4")]
13 [global::Cpp2ILInjected.Token(Token = "0x40008C5")]
15 [global::Cpp2ILInjected.Token(Token = "0x40008C6")]
16 SSL,
17 [global::Cpp2ILInjected.Token(Token = "0x40008C7")]
19 [global::Cpp2ILInjected.Token(Token = "0x40008C8")]
20 NtAuth
21 }
22}