IronWebScraper - The C# Web Scraping Library
Response Fields |
The Response type exposes the following members.

Name | Description | |
---|---|---|
![]() | CharSet |
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.
|
![]() | CretaedFromWebCache |
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.
|
![]() | FinalUrl |
The Url from which the Response was returned. This may differ from RequestlUrl if these was an http redirect.
|
![]() | MimeType |
The MIME type of the Response content. E.g: "text/html"
|
![]() | Request |
The Request from which the Response was created.
|
![]() | StatusCode |
The http status code given by the url which as 200 or 404. 0 is returned in case the server is uncontactable.
|
