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
SecurityProtocolType.cs
Go to the documentation of this file.
1using System;
2
3namespace System.Net
4{
5 // Token: 0x02000159 RID: 345
6 [Flags]
8 {
9 // Token: 0x040006FC RID: 1788
10 SystemDefault = 0,
11 // Token: 0x040006FD RID: 1789
12 Ssl3 = 48,
13 // Token: 0x040006FE RID: 1790
14 Tls = 192,
15 // Token: 0x040006FF RID: 1791
16 Tls11 = 768,
17 // Token: 0x04000700 RID: 1792
18 Tls12 = 3072,
19 // Token: 0x04000701 RID: 1793
20 Tls13 = 12288
21 }
22}