6 references to DuplicateAddressDetectionState
netstandard (1)
netstandard.cs (1)
1190[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.DuplicateAddressDetectionState))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
679[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.DuplicateAddressDetectionState))]
System.Net.NetworkInformation (4)
System\Net\NetworkInformation\MulticastIPAddressInformation.cs (1)
35public abstract DuplicateAddressDetectionState DuplicateAddressDetectionState { get; }
System\Net\NetworkInformation\UnicastIPAddressInformation.cs (1)
37public abstract DuplicateAddressDetectionState DuplicateAddressDetectionState { get; }
System\Net\NetworkInformation\UnixMulticastIPAddressInformation.cs (1)
71public override DuplicateAddressDetectionState DuplicateAddressDetectionState { get { throw new PlatformNotSupportedException(SR.net_InformationUnavailableOnPlatform); } }
System\Net\NetworkInformation\UnixUnicastIPAddressInformation.cs (1)
81public override DuplicateAddressDetectionState DuplicateAddressDetectionState { get { throw new PlatformNotSupportedException(SR.net_InformationUnavailableOnPlatform); } }