MulticastIPAddressInformation.DuplicateAddressDetectionState 属性

定义

获取一个值,该值指示重复地址检测算法的状态。

public:
 abstract property System::Net::NetworkInformation::DuplicateAddressDetectionState DuplicateAddressDetectionState { System::Net::NetworkInformation::DuplicateAddressDetectionState get(); };
public abstract System.Net.NetworkInformation.DuplicateAddressDetectionState DuplicateAddressDetectionState { get; }
member this.DuplicateAddressDetectionState : System.Net.NetworkInformation.DuplicateAddressDetectionState
Public MustOverride ReadOnly Property DuplicateAddressDetectionState As DuplicateAddressDetectionState

属性值

DuplicateAddressDetectionState

DuplicateAddressDetectionState 值之一,指示在确定此 IP 地址的唯一性的过程中,该算法的进度。

例外

此属性在运行早于 Windows XP 的操作系统的计算机上无效。

注解

为了确保网络上的所有网络接口都具有唯一的地址,接口主机负责在多播地址上运行“重复地址检测”算法。 此算法的目的是尝试防止网络上的非唯一地址。 此过程在 IETF RFC 1971 中定义。

适用于