Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ScopeLevel.cs
Go to the documentation of this file.
1
namespace
System.Net.NetworkInformation
;
2
3
public
enum
ScopeLevel
4
{
5
None
= 0,
6
Interface
= 1,
7
Link
= 2,
8
Subnet
= 3,
9
Admin
= 4,
10
Site
= 5,
11
Organization
= 8,
12
Global
= 14
13
}
System.Net.NetworkInformation.ScopeLevel
ScopeLevel
Definition
ScopeLevel.cs:4
System.Net.NetworkInformation.ScopeLevel.Interface
@ Interface
System.Net.NetworkInformation.ScopeLevel.Global
@ Global
System.Net.NetworkInformation.ScopeLevel.None
@ None
System.Net.NetworkInformation.ScopeLevel.Subnet
@ Subnet
System.Net.NetworkInformation.ScopeLevel.Link
@ Link
System.Net.NetworkInformation.ScopeLevel.Site
@ Site
System.Net.NetworkInformation.ScopeLevel.Organization
@ Organization
System.Net.NetworkInformation.ScopeLevel.Admin
@ Admin
System.Net.NetworkInformation
Definition
DuplicateAddressDetectionState.cs:1
source
System.Net.NetworkInformation
System.Net.NetworkInformation
ScopeLevel.cs
Generated by
1.10.0