Click or drag to resize

ResponseFromDiskCache Property

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

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

Property Value

Type: NullableBoolean
See Also