3 overrides of IsTransient
System.Net.NetworkInformation (3)
System\Net\NetworkInformation\LinuxIPAddressInformation.cs (1)
23
public override bool
IsTransient
{ get { throw new PlatformNotSupportedException(SR.net_InformationUnavailableOnPlatform); } }
System\Net\NetworkInformation\UnixMulticastIPAddressInformation.cs (1)
35
public override bool
IsTransient
{ get { throw new PlatformNotSupportedException(SR.net_InformationUnavailableOnPlatform); } }
System\Net\NetworkInformation\UnixUnicastIPAddressInformation.cs (1)
41
public override bool
IsTransient
{ get { throw new PlatformNotSupportedException(SR.net_InformationUnavailableOnPlatform); } }