1 override of OperationalStatus
System (1)
net\System\Net\NetworkInformation\SystemNetworkInterface.cs (1)
197
public override OperationalStatus
OperationalStatus
{
5 references to OperationalStatus
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)
294
OperationalStatus status = adapter.
OperationalStatus
;