Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
DuplicateAddressDetectionState.cs
Go to the documentation of this file.
1
namespace
System.Net.NetworkInformation
;
2
3
public
enum
DuplicateAddressDetectionState
4
{
5
Invalid
,
6
Tentative
,
7
Duplicate
,
8
Deprecated
,
9
Preferred
10
}
System.Net.NetworkInformation.DuplicateAddressDetectionState
DuplicateAddressDetectionState
Definition
DuplicateAddressDetectionState.cs:4
System.Net.NetworkInformation.DuplicateAddressDetectionState.Deprecated
@ Deprecated
System.Net.NetworkInformation.DuplicateAddressDetectionState.Invalid
@ Invalid
System.Net.NetworkInformation.DuplicateAddressDetectionState.Preferred
@ Preferred
System.Net.NetworkInformation.DuplicateAddressDetectionState.Tentative
@ Tentative
System.Net.NetworkInformation.DuplicateAddressDetectionState.Duplicate
@ Duplicate
System.Net.NetworkInformation
Definition
DuplicateAddressDetectionState.cs:1
source
System.Net.NetworkInformation
System.Net.NetworkInformation
DuplicateAddressDetectionState.cs
Generated by
1.10.0