MulticastIPAddressInformation.DuplicateAddressDetectionState 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
중복 주소 검색 알고리즘의 상태를 나타내는 값을 가져옵니다.
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
속성 값
이 IP 주소의 DuplicateAddressDetectionState 고유성을 결정할 때 알고리즘의 진행률을 나타내는 값 중 하나입니다.
- 특성
예외
이 속성은 Windows XP 이전 운영 체제를 실행 하는 컴퓨터에서 유효 하지 않습니다.
설명
네트워크의 모든 네트워크 인터페이스에 고유한 주소가 있는지 확인하기 위해 인터페이스 호스트는 멀티캐스트 주소에서 "중복 주소 검색" 알고리즘을 실행해야 합니다. 이 알고리즘의 목적은 네트워크에서 고유하지 않은 주소를 방지하기 위한 것입니다. 이 프로세스는 IETF RFC 1971에서 정의됩니다.