Base:
property
IsTransient
System.Net.NetworkInformation.IPAddressInformation.IsTransient
2 references to IsTransient
System (2)
net\System\Net\NetworkInformation\SystemMulticastIPAddressInformation.cs (1)
31return (innerInfo.IsTransient);
net\System\Net\NetworkInformation\SystemUnicastIPAddressInformation.cs (1)
71return (innerInfo.IsTransient);