Click or drag to resize

ConnectionType Enumeration

The network connection type.

Namespace:  DotNetBrowser.Net.Events
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public enum ConnectionType
Members
  Member nameValueDescription
Unspecified0 Reserved value.
Type2G1 A 2G connection.
Type3G2 A 3G connection.
Type4G3 A 4G connection.
Type5G4 A 5G connection.
Bluetooth5 A Bluetooth connection.
Ethernet6 An Ethernet connection.
None7 No connection.
Unknown8 A connection exists, but its type is unknown.
Wifi9 A Wi-Fi connection.
See Also