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

◆ SecurityProtocolType

Enumerator
SystemDefault 
Ssl3 
Tls 
Tls11 
Tls12 
Tls13 

Definition at line 8 of file SecurityProtocolType.cs.

9 {
10 [global::Cpp2ILInjected.Token(Token = "0x40006FC")]
11 SystemDefault = 0,
12 [global::Cpp2ILInjected.Token(Token = "0x40006FD")]
13 Ssl3 = 48,
14 [global::Cpp2ILInjected.Token(Token = "0x40006FE")]
15 Tls = 192,
16 [global::Cpp2ILInjected.Token(Token = "0x40006FF")]
17 Tls11 = 768,
18 [global::Cpp2ILInjected.Token(Token = "0x4000700")]
19 Tls12 = 3072,
20 [global::Cpp2ILInjected.Token(Token = "0x4000701")]
21 Tls13 = 12288
22 }