Click or drag to resize

TrustTokenOperationDoneEventArgs Class

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.
Inheritance Hierarchy

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

The TrustTokenOperationDoneEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodTrustTokenOperationDoneEventArgs
Initializes 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 methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also