System.Net.NetworkInformation.IPv4InterfaceProperties.IsAutomaticPrivateAddressingActive Property

Gets a bool value that indicates whether this interface has an automatic private IP addressing (APIPA) address.

Syntax

public abstract bool IsAutomaticPrivateAddressingActive { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Automatic private IP addressing allows computers that do not have access to a Dynamic Host Configuration Protocol (DHCP) server to be automatically assigned an IP address that does not conflict with public addresses. These addresses are in the range 169.254.0.0 to 169.254.255.255.

Requirements

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