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)
35
public abstract
DuplicateAddressDetectionState
DuplicateAddressDetectionState { get; }
System\Net\NetworkInformation\UnicastIPAddressInformation.cs (1)
37
public abstract
DuplicateAddressDetectionState
DuplicateAddressDetectionState { get; }
System\Net\NetworkInformation\UnixMulticastIPAddressInformation.cs (1)
71
public override
DuplicateAddressDetectionState
DuplicateAddressDetectionState { get { throw new PlatformNotSupportedException(SR.net_InformationUnavailableOnPlatform); } }
System\Net\NetworkInformation\UnixUnicastIPAddressInformation.cs (1)
81
public override
DuplicateAddressDetectionState
DuplicateAddressDetectionState { get { throw new PlatformNotSupportedException(SR.net_InformationUnavailableOnPlatform); } }