Share via


MulticastIPAddressInformation.DuplicateAddressDetectionState 屬性

定義

取得值,指出重複的位址偵測演算法的狀態。

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

屬性值

其中一個 DuplicateAddressDetectionState 值,指出演算法判斷這個 IP 位址唯一性的進度。

屬性

例外狀況

這個屬性不適用於執行 Windows XP 以前版本作業系統的電腦。

備註

為了確保網路上的所有網路介面都有唯一的位址,介面主機負責在多播位址上執行「重複位址偵測」演算法。 此演算法的目的是要嘗試防止網路上的非唯一位址。 此程式定義於IETF RFC 1971 中。

適用於