Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IPProtectionLevel.cs
Go to the documentation of this file.
1
namespace
System.Net.Sockets
;
2
3
public
enum
IPProtectionLevel
4
{
5
Unspecified
= -1,
6
Unrestricted
= 10,
7
EdgeRestricted
= 20,
8
Restricted
= 30
9
}
System.Net.Sockets.AddressFamily.Unspecified
@ Unspecified
System.Net.Sockets.IPProtectionLevel
IPProtectionLevel
Definition
IPProtectionLevel.cs:4
System.Net.Sockets.IPProtectionLevel.EdgeRestricted
@ EdgeRestricted
System.Net.Sockets.IPProtectionLevel.Unrestricted
@ Unrestricted
System.Net.Sockets.IPProtectionLevel.Restricted
@ Restricted
System.Net.Sockets
Definition
AddressInfoHints.cs:1
source
System.Net.Sockets
System.Net.Sockets
IPProtectionLevel.cs
Generated by
1.10.0