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
ContextFlagsPal.cs
Go to the documentation of this file.
1using System;
3
4namespace System.Net
5{
6 [Flags]
7 [global::Cpp2ILInjected.Token(Token = "0x2000124")]
8 internal enum ContextFlagsPal
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x4000550")]
11 None = 0,
12 [global::Cpp2ILInjected.Token(Token = "0x4000551")]
13 Delegate = 1,
14 [global::Cpp2ILInjected.Token(Token = "0x4000552")]
15 MutualAuth = 2,
16 [global::Cpp2ILInjected.Token(Token = "0x4000553")]
17 ReplayDetect = 4,
18 [global::Cpp2ILInjected.Token(Token = "0x4000554")]
20 [global::Cpp2ILInjected.Token(Token = "0x4000555")]
21 Confidentiality = 16,
22 [global::Cpp2ILInjected.Token(Token = "0x4000556")]
23 UseSessionKey = 32,
24 [global::Cpp2ILInjected.Token(Token = "0x4000557")]
25 AllocateMemory = 256,
26 [global::Cpp2ILInjected.Token(Token = "0x4000558")]
27 Connection = 2048,
28 [global::Cpp2ILInjected.Token(Token = "0x4000559")]
29 InitExtendedError = 16384,
30 [global::Cpp2ILInjected.Token(Token = "0x400055A")]
31 AcceptExtendedError = 32768,
32 [global::Cpp2ILInjected.Token(Token = "0x400055B")]
33 InitStream = 32768,
34 [global::Cpp2ILInjected.Token(Token = "0x400055C")]
35 AcceptStream = 65536,
36 [global::Cpp2ILInjected.Token(Token = "0x400055D")]
37 InitIntegrity = 65536,
38 [global::Cpp2ILInjected.Token(Token = "0x400055E")]
39 AcceptIntegrity = 131072,
40 [global::Cpp2ILInjected.Token(Token = "0x400055F")]
42 [global::Cpp2ILInjected.Token(Token = "0x4000560")]
44 [global::Cpp2ILInjected.Token(Token = "0x4000561")]
45 InitIdentify = 131072,
46 [global::Cpp2ILInjected.Token(Token = "0x4000562")]
47 AcceptIdentify = 524288,
48 [global::Cpp2ILInjected.Token(Token = "0x4000563")]
49 ProxyBindings = 67108864,
50 [global::Cpp2ILInjected.Token(Token = "0x4000564")]
51 AllowMissingBindings = 268435456,
52 [global::Cpp2ILInjected.Token(Token = "0x4000565")]
53 UnverifiedTargetName = 536870912
54 }
55}