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