Click or drag to resize

CacheStorageClientRequestCachedResponseAsync Method

Version 130.1.90
Fetches cache entry.

Namespace: CefSharp.DevTools.CacheStorage
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public Task<RequestCachedResponseResponse> RequestCachedResponseAsync(
	string cacheId,
	string requestURL,
	IList<Header> requestHeaders
)

Parameters

cacheId  String
Id of cache that contains the entry.
requestURL  String
URL spec of the request.
requestHeaders  IListHeader
headers of the request.

Return Value

TaskRequestCachedResponseResponse
returns System.Threading.Tasks.Task<RequestCachedResponseResponse>
See Also