MulticastIPAddressInformation.DuplicateAddressDetectionState 属性

定义

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

public:
 abstract property System::Net::NetworkInformation::DuplicateAddressDetectionState DuplicateAddressDetectionState { System::Net::NetworkInformation::DuplicateAddressDetectionState get(); };
[System.Runtime.Versioning.SupportedOSPlatform("windows")]
public abstract System.Net.NetworkInformation.DuplicateAddressDetectionState DuplicateAddressDetectionState { get; }
public abstract System.Net.NetworkInformation.DuplicateAddressDetectionState DuplicateAddressDetectionState { get; }
[<System.Runtime.Versioning.SupportedOSPlatform("windows")>]
member this.DuplicateAddressDetectionState : System.Net.NetworkInformation.DuplicateAddressDetectionState
member this.DuplicateAddressDetectionState : System.Net.NetworkInformation.DuplicateAddressDetectionState
Public MustOverride ReadOnly Property DuplicateAddressDetectionState As DuplicateAddressDetectionState

属性值

指示 DuplicateAddressDetectionState 算法在确定此 IP 地址的唯一性方面的进度的值之一。

属性

例外

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

注解

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

适用于