Click or drag to resize

TrustTokenOperationDoneEventArgs Class

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.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    CefSharp.DevToolsDevToolsDomainEventArgsBase
      CefSharp.DevTools.NetworkTrustTokenOperationDoneEventArgs

Namespace: CefSharp.DevTools.Network
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public class TrustTokenOperationDoneEventArgs : DevToolsDomainEventArgsBase

The TrustTokenOperationDoneEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodTrustTokenOperationDoneEventArgsInitializes a new instance of the TrustTokenOperationDoneEventArgs class
Top
Properties
 NameDescription
Public propertyIssuedTokenCount The number of obtained Trust Tokens on a successful "Issuance" operation.
Public propertyIssuerOrigin Origin of the issuer in case of a "Issuance" or "Redemption" operation.
Public propertyRequestId RequestId
Public propertyStatus 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).
Public propertyTopLevelOrigin Top level origin. The context in which the operation was attempted.
Public propertyType Type
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also