Specific sub-type of connection.
| C# | Visual Basic |
public enum ConnectionSubType
Public Enumeration ConnectionSubType
| Member | Description |
|---|---|
| Unknown |
Unknown.
|
| Cellular |
Cellular.
|
| CellularCsd |
Circuit Switched Data.
|
| CellularGprs |
General Packet Radio System.
|
| Cellular1xRtt |
Not distinct from CSD.
|
| Cellular1xEvdo |
Not distinct from CSD.
|
| Cellular1xEvdv |
Not distinct from CSD.
|
| CellularEdge |
Not distinct from GPRS.
|
| CellularUmts |
Not distinct from GPRS.
|
| CellularVoice | |
| CellularPtt |
Push-to-Talk, not supported.
|
| CellularHsdpa |
High-Speed Downlink Packet Access (3.5G).
|
| Nic |
Network Interface.
|
| NicEthernet |
Network Interface (Wired).
|
| NicWifi |
Network Interface (Wireless).
|
| Bluetooth |
Bluetooth.
|
| BluetoothRAS |
Bluetooth Remote Access Server Profile.
|
| BluetoothPAN |
Bluetooth Personal Area Network Profile.
|
| Unimodem | |
| UnimodemCsd | |
| UnimodemOobCsd | |
| UnimodemNullModem |
Direct Cable Connect (DCC)
|
| UnimodemExternalModem |
Serial port attached modem.
|
| UnimodemInternalModem |
Internal Modem.
|
| UnimodemPcmciaModem |
PCMCMIA Modem.
|
| UnimodemIrCommModem |
DCC over Irda.
|
| UnimodemDynamicModem |
Bluetooth modem.
|
| UnimodemDynamicPort |
DCC over Bluetooth.
|
| Vpn |
Virtual Private Network.
|
| VpnL2TP |
L2TP Virtual Private Network.
|
| VpnPPTP |
PPTP Virtual Private Network.
|
| Proxy |
Proxy.
|
| ProxyNull |
Null Proxy.
|
| ProxyHttp |
HTTP Proxy.
|
| ProxyWap |
WAP Proxy.
|
| ProxySocks4 |
Socks 4 Proxy.
|
| ProxySocks5 |
Socks 5 Proxy.
|
| PC |
Connection via a PC.
|
| PCDesktopPassthrough |
Desktop Passthrough.
|
| PCIR |
Infrared desktop link.
|
| PCModemLink |
Modem link.
|
| HasFlag |
Determines whether one or more bit fields are set in the current instance.
|