Specifies types of network interfaces.
| C# | Visual Basic |
public enum NetworkInterfaceType
Public Enumeration NetworkInterfaceType
| Member | Description |
|---|---|
| Unknown |
The interface type is not known.
|
| Ethernet |
The network interface uses an Ethernet connection.
Ethernet is defined in IEEE standard 802.3.
|
| TokenRing |
The network interface uses a Token-Ring connection.
Token-Ring is defined in IEEE standard 802.5.
|
| Fddi |
The network interface uses a Fiber Distributed Data Interface (FDDI) connection.
FDDI is a set of standards for data transmission on fiber optic lines in a local area network.
|
| BasicIsdn |
The network interface uses a basic rate interface Integrated Services Digital Network (ISDN) connection.
ISDN is a set of standards for data transmission over telephone lines.
|
| PrimaryIsdn |
The network interface uses a primary rate interface Integrated Services Digital Network (ISDN) connection.
ISDN is a set of standards for data transmission over telephone lines.
|
| Ppp |
The network interface uses a Point-To-Point protocol (PPP) connection.
PPP is a protocol for data transmission using a serial device.
|
| Loopback |
The network interface is a loopback adapter.
Such interfaces are used primarily for testing; no traffic is sent.
|
| Ethernet3Megabit |
The network interface uses an Ethernet 3 megabit/second connection.
This version of Ethernet is defined in IETF RFC 895.
|
| Slip |
The network interface uses a Serial Line Internet Protocol (SLIP) connection.
SLIP is defined in IETF RFC 1055.
|
| Atm |
The network interface uses asynchronous transfer mode (ATM) for data transmission.
|
| GenericModem |
The network interface uses a modem.
|
| FastEthernetT |
The network interface uses a Fast Ethernet connection.
Fast Ethernet provides a data rate of 100 megabits per second, known as 100BaseT.
|
| Isdn |
The network interface uses a connection configured for ISDN and the X.25 protocol.
X.25 allows computers on public networks to communicate using an intermediary computer.
|
| FastEthernetFx |
The network interface uses a Fast Ethernet connection over optical fiber.
This type of connection is also known as 100BaseFX.
|
| Wireless80211 |
The network interface uses a wireless LAN connection (IEEE 802.11 standard).
|
| AsymmetricDsl |
The network interface uses an Asymmetric Digital Subscriber Line (ADSL).
|
| RateAdaptDsl |
The network interface uses a Rate Adaptive Digital Subscriber Line (RADSL).
|
| SymmetricDsl |
The network interface uses a Symmetric Digital Subscriber Line (SDSL).
|
| VeryHighSpeedDsl |
The network interface uses a Very High Data Rate Digital Subscriber Line (VDSL).
|
| IPOverAtm |
The network interface uses Internet Protocol (IP) in combination with asynchronous transfer mode (ATM) for data transmission.
|
| GigabitEthernet |
The network interface uses a gigabit Ethernet connection.
|
| Tunnel |
The network interface uses a tunnel connection.
|
| MultiRateSymmetricDsl |
The network interface uses a Multirate Digital Subscriber Line.
|
| HighPerformanceSerialBus |
The network interface uses a High Performance Serial Bus (IEEE1394).
|
| MobileBroadbandGsm | |
| MobileBroadbandCdma | |
| HasFlag |
Determines whether one or more bit fields are set in the current instance.
|