| StorageClientGetUsageAndQuotaAsync Method  | 
Version 105.3.390 
            Returns usage and quota in bytes.
            
 
    Namespace: 
   CefSharp.DevTools.Storage
    Assembly:
   CefSharp (in CefSharp.dll) Version: 105.3.390.0 (105.3.390.0)
 Syntax
Syntaxpublic Task<GetUsageAndQuotaResponse> GetUsageAndQuotaAsync(
	string origin
)
public:
Task<GetUsageAndQuotaResponse^>^ GetUsageAndQuotaAsync(
	String^ origin
)
Parameters
- origin
- Type: SystemString
 Security origin.
Return Value
Type: 
TaskGetUsageAndQuotaResponsereturns System.Threading.Tasks.Task<GetUsageAndQuotaResponse>
 See Also
See Also