3 overrides of IsTransient
System (3)
net\System\Net\NetworkInformation\SystemIPAddressInformation.cs (1)
36public override bool IsTransient{
net\System\Net\NetworkInformation\SystemMulticastIPAddressInformation.cs (1)
29public override bool IsTransient{
net\System\Net\NetworkInformation\SystemUnicastIPAddressInformation.cs (1)
69public override bool IsTransient{
1 reference to IsTransient
System.ServiceModel (1)
System\ServiceModel\Channels\PeerIPHelper.cs (1)
362return (!address.IsTransient);