IronWebScraper - The C# Web Scraping Library
Request Class |
Represents a http request to be made by IronWebScraper
Inheritance HierarchyNamespace: IronWebScraper
Assembly: IronWebScraper (in IronWebScraper.dll) Version: 4.0.4.25470 (4.0.4.3)
SyntaxThe Request type exposes the following members.
Constructors
Properties| 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.
|
Methods| 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.) |
Fields| 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.
|
See Also


