Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
IPProtectionLevel
enum
System.Net.Sockets.IPProtectionLevel
Enumerator
Unspecified
Unrestricted
EdgeRestricted
Restricted
Definition at line
3
of file
IPProtectionLevel.cs
.
4
{
5
Unspecified = -1,
6
Unrestricted
= 10,
7
EdgeRestricted
= 20,
8
Restricted
= 30
9
}
System.Net.Sockets.IPProtectionLevel.EdgeRestricted
@ EdgeRestricted
System.Net.Sockets.IPProtectionLevel.Unrestricted
@ Unrestricted
System.Net.Sockets.IPProtectionLevel.Restricted
@ Restricted
System
Net
Sockets
Generated by
1.10.0