IronWebScraper - The C# Web Scraping Library
Request Class |
Represents a http request to be made by IronWebScraper

Namespace: IronWebScraper
Assembly: IronWebScraper (in IronWebScraper.dll) Version: 4.0.4.25470 (4.0.4.3)

The Request type exposes the following members.


Name | Description | |
---|---|---|
![]() | Method |
Http Request method.
|
![]() | Retries |
Number of attempts which have been made to fetch content from this Request so far.
|
![]() | Url |
Absolute URL to be scraped.
|

Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() ![]() | Hash |
Hashing function for uniquely identifying web requests.
|
![]() | ToString | (Inherited from Object.) |

Name | Description | |
---|---|---|
![]() | Action |
The Action<Response> which will be used to parse the response. See IronWebScraper.Parse.
|
![]() | Identity |
An HttpIdentity comprising Proxy, Headers, UserAgnet etc.. which will be used to fetch the Request.
|
![]() | MetaData |
Allows additional meta-data of any Type to be attached to a request, and retrieved when the subsequent Response is parsed.
|
