Click or drag to resize

TrustTokenOperationDoneEventArgsStatus Property

Version 130.1.90
Detailed success or error status of the operation. 'AlreadyExists' also signifies a successful operation, as the result of the operation already exists und thus, the operation was abort preemptively (e.g. a cache hit).

Namespace: CefSharp.DevTools.Network
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public TrustTokenOperationDoneStatus Status { get; set; }

Property Value

TrustTokenOperationDoneStatus
See Also