Click or drag to resize

TetheringClient.Accepted Event

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

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

Value

Type: System.EventHandler<AcceptedEventArgs>
See Also