Click or drag to resize

ConnectionType Enumeration

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

Namespace:  CefSharp.DevTools.Network
Assembly:  CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.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