13 references to NetworkInterfaceType
System (7)
net\System\Net\NetworkInformation\NetworkInterface.cs (1)
75
public virtual
NetworkInterfaceType
NetworkInterfaceType { get { throw new NotImplementedException(); } }
net\System\Net\NetworkInformation\SystemNetworkInterface.cs (4)
22
private
NetworkInterfaceType
type;
60
if (netInterface.OperationalStatus == OperationalStatus.Up && netInterface.NetworkInterfaceType !=
NetworkInterfaceType
.Tunnel
61
&& netInterface.NetworkInterfaceType !=
NetworkInterfaceType
.Loopback){
167
public override
NetworkInterfaceType
NetworkInterfaceType{get {return type;}}
net\System\Net\NetworkInformation\UnSafeNetInfoNativemethods.cs (2)
209
internal
NetworkInterfaceType
type;
290
internal
NetworkInterfaceType
type;
System.ServiceModel (1)
System\ServiceModel\Channels\PeerIPHelper.cs (1)
404
return (networkIf.NetworkInterfaceType !=
NetworkInterfaceType
.Loopback &&
System.ServiceModel.Channels (5)
System\ServiceModel\Channels\UdpChannelFactory.cs (1)
210
bool isLoopbackAdapter = adapters[i].NetworkInterfaceType ==
NetworkInterfaceType
.Loopback;
System\ServiceModel\Channels\UdpChannelListener.cs (1)
554
bool isLoopbackAdapter = adapters[i].NetworkInterfaceType ==
NetworkInterfaceType
.Loopback;
System\ServiceModel\Channels\UdpUtility.cs (3)
82
Fx.Assert(adapter.NetworkInterfaceType ==
NetworkInterfaceType
.Loopback, "adapter type must be loopback adapter");
340
networkInterface.NetworkInterfaceType !=
NetworkInterfaceType
.Tunnel &&
341
networkInterface.NetworkInterfaceType !=
NetworkInterfaceType
.Unknown)