Click or drag to resize

ConnectionType Enumeration

Version 98.1.210
The underlying connection technology that the browser is supposedly using.

Namespace:  CefSharp.DevTools.Network
Assembly:  CefSharp (in CefSharp.dll) Version: 98.1.210.0 (98.1.210.0)
Syntax
public enum ConnectionType
Members
  Member nameValueDescription
None0 none
Cellular2g1 cellular2g
Cellular3g2 cellular3g
Cellular4g3 cellular4g
Bluetooth4 bluetooth
Ethernet5 ethernet
Wifi6 wifi
Wimax7 wimax
Other8 other
See Also