Share via


UnicastIPAddressInformation.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

プロパティ値

この IP アドレスの一意性をアルゴリズムが確認する処理の進捗を示す DuplicateAddressDetectionState 値の 1 つ。

属性

例外

このプロパティは、Windows XP より前のオペレーティング システムが実行されているコンピューターでは無効です。

注釈

ネットワーク上のすべてのネットワーク インターフェイスが一意のアドレスを持っていることを確認するために、インターフェイス ホストはユニキャスト アドレスに対して "重複アドレス検出" アルゴリズムを実行する必要があります。 このアルゴリズムの目的は、ネットワーク上の一意でないアドレスを防ぐことです。 このプロセスは IETF RFC 1971 で定義されています。

適用対象