The CachedResponse type exposes the following members.
Back to Top
Properties
Name | Description | |
---|---|---|
CharEncoding |
Gets or sets the character encoding that is used to decode the data contained
in this CachedResponse, for example "UTF-8".
| |
ContentType |
Gets or sets the value of the "Content-Type" HTTP header.
| |
HasReferer |
Gets a value that indicates whether the "Referer" HTTP header has been set for this CachedResponse.
| |
Referer |
Gets or sets the value of the "Referer" HTTP header.
| |
Url |
Gets the Url that this CachedResponse represents a response to.
| |
UserAgent |
Gets or sets the value of the "User-Agent" HTTP header.
|
See Also