Click or drag to resize

StorageClient.GetUsageAndQuotaAsync Method

Version 92.0.260
Returns usage and quota in bytes.

Namespace:  CefSharp.DevTools.Storage
Assembly:  CefSharp (in CefSharp.dll) Version: 92.0.260.0 (92.0.260.0)
Syntax
public Task<GetUsageAndQuotaResponse> GetUsageAndQuotaAsync(
	string origin
)

Parameters

origin
Type: System.String
Security origin.

Return Value

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