Click or drag to resize

NetworkClientTrustTokenOperationDone Event

Version 94.4.20
Fired exactly once for each Trust Token operation. Depending on the type of the operation and whether the operation succeeded or failed, the event is fired before the corresponding request was sent or after the response was received.

Namespace:  CefSharp.DevTools.Network
Assembly:  CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntax
public event EventHandler<TrustTokenOperationDoneEventArgs> TrustTokenOperationDone

Value

Type: SystemEventHandlerTrustTokenOperationDoneEventArgs
See Also