Click or drag to resize

StorageClient.GetUsageAndQuotaAsync Method

Version 93.1.111
Returns usage and quota in bytes.

Namespace:  CefSharp.DevTools.Storage
Assembly:  CefSharp (in CefSharp.dll) Version: 93.1.111.0 (93.1.111.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