Click or drag to resize

StorageClientGetUsageAndQuotaAsync Method

Version 102.0.100
Returns usage and quota in bytes.

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

Parameters

origin
Type: SystemString
Security origin.

Return Value

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