Click or drag to resize

Response.FromDiskCache Property

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

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

Property Value

Type: Nullable<Boolean>
See Also