Represents an HTTP response that has been cached by the
WebBrowser.
System Object Facilita.Web CachedResponseNamespace: Facilita.WebAssembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.7.98 (1.0.0.0)
public class CachedResponse
public class CachedResponse
A CachedResponse can be added to the cache prior to sending a request to the web server.
The HTTP headers
"Expires" and
"Last-Modified" must be set using
SetHeader(String, String).
If a request is sent to a
Url which is cached (and hasn't expired), then
no request will be made to the web server, and a
Response object will
be constructed from the stored CachedResponse object instead.
See AddResponseToCache(CachedResponse) for more details.