CachedResponse PropertiesC# API
The CachedResponse type exposes the following members.
Properties

  NameDescription
Public propertyCharEncoding
Gets or sets the character encoding that is used to decode the data contained in this CachedResponse, for example "UTF-8".
Public propertyContentType
Gets or sets the value of the "Content-Type" HTTP header.
Public propertyHasReferer
Gets a value that indicates whether the "Referer" HTTP header has been set for this CachedResponse.
Public propertyReferer
Gets or sets the value of the "Referer" HTTP header.
Public propertyUrl
Gets the Url that this CachedResponse represents a response to.
Public propertyUserAgent
Gets or sets the value of the "User-Agent" HTTP header.
Back to Top
See Also