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