Click or drag to resize

TetheringClient.Accepted Event

Version 112.3.0
Informs that port was successfully bound and got a specified connection id.

Namespace:  CefSharp.DevTools.Tethering
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 112.3.0.0
Syntax
public event EventHandler<AcceptedEventArgs> Accepted

Value

Type: System.EventHandler<AcceptedEventArgs>
See Also