Response Fields

IronWebScraper

Response Fields

The Response type exposes the following members.

Fields
  NameDescription
Public fieldCharSet
Name of the charset used to encode the web resource. When reading TextConent, the result has already been decoded to C# default encoding (utf-8) on your behalf.
Public fieldCretaedFromWebCache
True if the Response was created from a cached version of the Url rather than from live data. See WebScraper.EnableWebCache() method, which is can be called from within the WebScraper.Init() method.
Public fieldFinalUrl
The Url from which the Response was returned. This may differ from RequestlUrl if these was an http redirect.
Public fieldMimeType
The MIME type of the Response content. E.g: "text/html"
Public fieldRequest
The Request from which the Response was created.
Public fieldStatusCode
The http status code given by the url which as 200 or 404. 0 is returned in case the server is uncontactable.
Top
See Also