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