Specifies the current state of an IP address.
| C# | Visual Basic |
public enum DuplicateAddressDetectionState
Public Enumeration DuplicateAddressDetectionState
| Member | Description |
|---|---|
| Invalid |
The address is not valid.
A nonvalid address is expired and no longer assigned to an interface; applications should not send data packets to it.
|
| Tentative |
The duplicate address detection procedure's evaluation of the address has not completed successfully.
Applications should not use the address because it is not yet valid and packets sent to it are discarded.
|
| Duplicate |
The address is not unique.
This address should not be assigned to the network interface.
|
| Deprecated |
The address is valid, but it is nearing its lease lifetime and should not be used by applications.
|
| Preferred |
The address is valid and its use is unrestricted.
|
| HasFlag |
Determines whether one or more bit fields are set in the current instance.
|