System.Net.NetworkInformation.MulticastIPAddressInformation.DuplicateAddressDetectionState Property

Gets a value that indicates the state of the duplicate address detection algorithm.

Syntax

public abstract DuplicateAddressDetectionState DuplicateAddressDetectionState { get; }

Value

Documentation for this section has not yet been entered.

Remarks

To ensure that all network interfaces on a network have a unique address, the interface host is responsible for running a "duplicate address detection" algorithm on Multicast addresses. The purpose of this algorithm is to attempt to prevent non-unique addresses on the network. This process is defined in IETF RFC 1971.

Requirements

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