Click or drag to resize

StorageClientGetUsageAndQuotaAsync Method

Version 130.1.90
Returns usage and quota in bytes.

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

Parameters

origin  String
Security origin.

Return Value

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