Table of Contents

Enum ConnectionType

Namespace
DotNetBrowser.Net.Events
Assembly
DotNetBrowser.dll

The network connection type.

public enum ConnectionType

Fields

Bluetooth = 5

A Bluetooth connection.

Ethernet = 6

An Ethernet connection.

None = 7

No connection.

Type2G = 1

A 2G connection.

Type3G = 2

A 3G connection.

Type4G = 3

A 4G connection.

Type5G = 4

A 5G connection.

Unknown = 8

A connection exists, but its type is unknown.

Unspecified = 0

Reserved value.

Wifi = 9

A Wi-Fi connection.