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
)
public:
Task<RequestCacheNamesResponse^>^ RequestCacheNamesAsync(
String^ securityOrigin = nullptr,
String^ storageKey = nullptr,
StorageBucket^ storageBucket = nullptr
)
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:
TaskRequestCacheNamesResponsereturns System.Threading.Tasks.Task<RequestCacheNamesResponse>
See Also