3 overrides of IsDnsEligible
System.Net.NetworkInformation (3)
System\Net\NetworkInformation\LinuxIPAddressInformation.cs (1)
20
public override bool
IsDnsEligible
{ get { throw new PlatformNotSupportedException(SR.net_InformationUnavailableOnPlatform); } }
System\Net\NetworkInformation\UnixMulticastIPAddressInformation.cs (1)
26
public override bool
IsDnsEligible
{ get { throw new PlatformNotSupportedException(SR.net_InformationUnavailableOnPlatform); } }
System\Net\NetworkInformation\UnixUnicastIPAddressInformation.cs (1)
31
public override bool
IsDnsEligible
{ get { throw new PlatformNotSupportedException(SR.net_InformationUnavailableOnPlatform); } }