Click or drag to resize

CacheStorageClientRequestCacheNamesAsync Method

Version 118.6.80
Requests cache names.

Namespace:  CefSharp.DevTools.CacheStorage
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax
public Task<RequestCacheNamesResponse> RequestCacheNamesAsync(
	string securityOrigin = null,
	string storageKey = null,
	StorageBucket storageBucket = null
)

Parameters

securityOrigin (Optional)
Type: SystemString
At least and at most one of securityOrigin, storageKey, storageBucket must be specified.Security origin.
storageKey (Optional)
Type: SystemString
Storage key.
storageBucket (Optional)
Type: CefSharp.DevTools.StorageStorageBucket
Storage bucket. If not specified, it uses the default bucket.

Return Value

Type: TaskRequestCacheNamesResponse
returns System.Threading.Tasks.Task<RequestCacheNamesResponse>
See Also