5 references to Up
System (1)
net\System\Net\NetworkInformation\SystemNetworkInterface.cs (1)
60if (netInterface.OperationalStatus == OperationalStatus.Up && netInterface.NetworkInterfaceType != NetworkInterfaceType.Tunnel
System.ServiceModel (1)
System\ServiceModel\Channels\PeerIPHelper.cs (1)
405networkIf.OperationalStatus == OperationalStatus.Up);
System.ServiceModel.Channels (3)
System\ServiceModel\Channels\UdpChannelFactory.cs (1)
207if (adapters[i].OperationalStatus == OperationalStatus.Up)
System\ServiceModel\Channels\UdpChannelListener.cs (1)
551if (adapters[i].OperationalStatus == OperationalStatus.Up)
System\ServiceModel\Channels\UdpUtility.cs (1)
295if (status != OperationalStatus.Up)