Click or drag to resize

RequestCompletedEventArgsIsCached Property

Indicates if the response has been taken from cache.

Namespace:  DotNetBrowser.Net.Events
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public bool IsCached { get; }

Property Value

Type: Boolean
true if the response has been taken from cache, false otherwise.
See Also