Enum NetworkInterfaceType
- Namespace
- System.Net.NetworkInformation
- Assembly
- System.Net.dll
Specifies the type of network interface used by the device.
public enum NetworkInterfaceType
Fields
Ethernet = 6
The network interface uses an Ethernet connection. Ethernet is defined in IEEE standard 802.3.
Unknown = 1
The network interface type is unknown or not specified.
Wireless80211 = 71
The network interface uses a wireless LAN connection (IEEE 802.11 standard).
WirelessAP = 72
The network interface uses a wireless Soft AP connection (IEEE 802.11 standard).
Remarks
This Enum is exclusive of nanoFramework and it does not exist on the UWP API.