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.
1
using
System
;
2
3
namespace
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
}
System.Net.Sockets.AddressFamily.Unspecified
@ Unspecified
System.Net.Sockets.IPProtectionLevel
IPProtectionLevel
Definition
IPProtectionLevel.cs:7
System.Net.Sockets.IPProtectionLevel.EdgeRestricted
@ EdgeRestricted
System.Net.Sockets.IPProtectionLevel.Unrestricted
@ Unrestricted
System.Net.Sockets.IPProtectionLevel.Restricted
@ Restricted
System.Net.Sockets
Definition
AddressFamily.cs:4
System
Definition
__ComObject.cs:4
source
System
Net
Sockets
IPProtectionLevel.cs
Generated by
1.10.0