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
SslProtocols.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x020000E5 RID: 229
6 [Flags]
7 public enum SslProtocols
8 {
9 // Token: 0x0400042E RID: 1070
10 None = 0,
11 // Token: 0x0400042F RID: 1071
12 Ssl2 = 12,
13 // Token: 0x04000430 RID: 1072
14 Ssl3 = 48,
15 // Token: 0x04000431 RID: 1073
16 Tls = 192,
17 // Token: 0x04000432 RID: 1074
18 [MonoTODO("unsupported")]
19 Tls11 = 768,
20 // Token: 0x04000433 RID: 1075
21 [MonoTODO("unsupported")]
22 Tls12 = 3072,
23 // Token: 0x04000434 RID: 1076
24 Tls13 = 12288,
25 // Token: 0x04000435 RID: 1077
26 Default = 240
27 }
28}
class f__AnonymousType0<< Count > j__TPar