Aracılığıyla paylaş


MulticastIPAddressInformation.DuplicateAddressDetectionState Özellik

Tanım

Yinelenen adres algılama algoritmasının durumunu gösteren bir değer alır.

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

Özellik Değeri

Bu IP adresinin DuplicateAddressDetectionState benzersizliğini belirlemede algoritmanın ilerleme durumunu gösteren değerlerden biri.

Öznitelikler

Özel durumlar

Bu özellik, Windows XP'den önceki işletim sistemlerini çalıştıran bilgisayarlarda geçerli değildir.

Açıklamalar

Bir ağdaki tüm ağ arabirimlerinin benzersiz bir adrese sahip olduğundan emin olmak için, arabirim ana bilgisayarı Çok noktaya yayın adreslerinde "yinelenen adres algılama" algoritması çalıştırmakla sorumludur. Bu algoritmanın amacı, ağda benzersiz olmayan adresleri engellemeye çalışmaktır. Bu işlem IETF RFC 1971'de tanımlanır.

Şunlara uygulanır