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