System.Net.NetworkInformation.IPAddressInformation.IsDnsEligible Property

Gets a bool value that indicates whether the Internet Protocol (IP) address is valid to appear in a Domain Name System (DNS) server database.

Syntax

public abstract bool IsDnsEligible { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Addresses in the range 169.254.0.0 to 169.254.255.255 are not DNS eligible. These addresses are reserved for Automatic Private IP Addressing (APIPA).

Requirements

Namespace: System.Net.NetworkInformation
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0