StorageClient Methods |
The StorageClient type exposes the following members.
Name | Description | |
---|---|---|
ClearCookiesAsync |
Clears cookies.
| |
ClearDataForOriginAsync |
Clears storage for origin.
| |
EnumToString(Enum) | (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.) | |
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.
| |
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.
|