Click or drag to resize

ConnectionType Enumeration

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

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