NetworkClientTrustTokenOperationDone Event |
Version 118.6.80
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.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax public event EventHandler<TrustTokenOperationDoneEventArgs> TrustTokenOperationDone
public:
event EventHandler<TrustTokenOperationDoneEventArgs^>^ TrustTokenOperationDone {
void add (EventHandler<TrustTokenOperationDoneEventArgs^>^ value);
void remove (EventHandler<TrustTokenOperationDoneEventArgs^>^ value);
}
Value
Type:
SystemEventHandlerTrustTokenOperationDoneEventArgsSee Also