Click or drag to resize

Storage.UntrackCacheStorageForOriginAsync Method

Version 85.3.121
Unregisters origin from receiving notifications for cache storage.

Namespace:  CefSharp.DevTools.Storage
Assembly:  CefSharp (in CefSharp.dll) Version: 85.3.121.0 (85.3.121.0)
Syntax
public Task<DevToolsMethodResponse> UntrackCacheStorageForOriginAsync(
	string origin
)

Parameters

origin
Type: System.String
Security origin.

Return Value

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