Click or drag to resize

SharedStorageAccessedEventArgs Class

Version 118.6.80
Shared storage was accessed by the associated page. The following parameters are included in all events.
Inheritance Hierarchy

Namespace:  CefSharp.DevTools.Storage
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax
public class SharedStorageAccessedEventArgs : DevToolsDomainEventArgsBase

The SharedStorageAccessedEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodSharedStorageAccessedEventArgs
Initializes a new instance of the SharedStorageAccessedEventArgs class
Top
Properties
  NameDescription
Public propertyAccessTime
Time of the access.
Public propertyMainFrameId
DevTools Frame Token for the primary frame tree's root.
Public propertyOwnerOrigin
Serialized origin for the context that invoked the Shared Storage API.
Public propertyParams
The sub-parameters warapped by `params` are all optional and their presence/absence depends on `type`.
Public propertyType
Enum value indicating the Shared Storage API method invoked.
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