StorageClient Class |
Namespace: CefSharp.DevTools.Storage
The StorageClient type exposes the following members.
Name | Description | |
---|---|---|
StorageClient |
Storage
|
Name | Description | |
---|---|---|
ClearCookiesAsync |
Clears cookies.
| |
ClearDataForOriginAsync |
Clears storage for origin.
| |
ClearTrustTokensAsync |
Removes all Trust Tokens issued by the provided issuerOrigin.
Leaves other stored data, including the issuer's Redemption Records, intact.
| |
EnumToString(Enum) | (Inherited from DevToolsDomainBase.) | |
EnumToString(ContentEncoding) | (Inherited from DevToolsDomainBase.) | |
EnumToString(CSPViolationType) | (Inherited from DevToolsDomainBase.) | |
EnumToString(DisabledImageType) | (Inherited from DevToolsDomainBase.) | |
EnumToString(PermissionType) | (Inherited from DevToolsDomainBase.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetCookiesAsync |
Returns all browser cookies.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetInterestGroupDetailsAsync |
Gets details for a named interest group.
| |
GetStorageKeyForFrameAsync |
Returns a storage key given a frame id.
| |
GetTrustTokensAsync |
Returns the number of stored Trust Tokens per issuer for the
current browsing context.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetUsageAndQuotaAsync |
Returns usage and quota in bytes.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OverrideQuotaForOriginAsync |
Override quota for the specified origin
| |
SetCookiesAsync |
Sets given cookies.
| |
SetInterestGroupTrackingAsync |
Enables/Disables issuing of interestGroupAccessed events.
| |
ToBase64String | (Inherited from DevToolsDomainBase.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
TrackCacheStorageForOriginAsync |
Registers origin to be notified when an update occurs to its cache storage list.
| |
TrackIndexedDBForOriginAsync |
Registers origin to be notified when an update occurs to its IndexedDB.
| |
UntrackCacheStorageForOriginAsync |
Unregisters origin from receiving notifications for cache storage.
| |
UntrackIndexedDBForOriginAsync |
Unregisters origin from receiving notifications for IndexedDB.
|
Name | Description | |
---|---|---|
CacheStorageContentUpdated |
A cache's contents have been modified.
| |
CacheStorageListUpdated |
A cache has been added/deleted.
| |
IndexedDBContentUpdated |
The origin's IndexedDB object store has been modified.
| |
IndexedDBListUpdated |
The origin's IndexedDB database list has been modified.
| |
InterestGroupAccessed |
One of the interest groups was accessed by the associated page.
|