Click or drag to resize

StorageClientDeleteStorageBucketAsync Method

Version 113.3.50
Deletes the Storage Bucket with the given storage key and bucket name.

Namespace:  CefSharp.DevTools.Storage
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 113.3.50.0
Syntax
public Task<DevToolsMethodResponse> DeleteStorageBucketAsync(
	string storageKey,
	string bucketName
)

Parameters

storageKey
Type: SystemString
storageKey
bucketName
Type: SystemString
bucketName

Return Value

Type: TaskDevToolsMethodResponse
returns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also