Click or drag to resize

Response.FromDiskCache Property

Version 107.1.120
Specifies that the request was served from the disk cache.

Namespace:  CefSharp.DevTools.Network
Assembly:  CefSharp (in CefSharp.dll) Version: 107.1.120.0 (107.1.120.0)
Syntax
public bool? FromDiskCache { get; set; }

Property Value

Type: Nullable<Boolean>
See Also