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
IPProtectionLevel.cs
Go to the documentation of this file.
1using System;
2
3namespace System.Net.Sockets
4{
5 // Token: 0x020002F9 RID: 761
6 public enum IPProtectionLevel
7 {
8 // Token: 0x04001026 RID: 4134
9 Unspecified = -1,
10 // Token: 0x04001027 RID: 4135
11 Unrestricted = 10,
12 // Token: 0x04001028 RID: 4136
13 EdgeRestricted = 20,
14 // Token: 0x04001029 RID: 4137
15 Restricted = 30
16 }
17}