RequestCompletedEventArgsIsCached Property |
Indicates if the response has been taken from cache.
Namespace:
DotNetBrowser.Net.Events
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.25.1
Syntax public bool IsCached { get; }
Property Value
Type:
Booleantrue if the response has been taken from cache,
false otherwise.
See Also