IronWebScraper - The C# Web Scraping Library
WebScraperRequest Method |

Name | Description | |
---|---|---|
![]() | Request(IEnumerableString, ActionResponse) |
A key method called from with the Init and Parse Methods. Request adds new requests to the scrape-job queue, and decides which method (e.g. Parse) will be used to parse the Response object.
|
![]() | Request(String, ActionResponse) |
A key method called from with the Init and Parse Methods. Request adds a new request to the scrape-job queue, and decides which method (e.g. Parse) will be used to parse the Response object.
|
![]() | Request(Uri, ActionResponse) |
A key method called from with the Init and Parse Methods. Request adds a new request to the scrape-job queue, and decides which method (e.g. Parse) will be used to parse the Response object.
|
![]() | Request(String, ActionResponse, MetaData) |
A key method called from with the Init and Parse Methods. Request adds a new request to the scrape-job queue, and decides which method (e.g. Parse) will be used to parse the Response object.
|
![]() | Request(Uri, ActionResponse, MetaData) |
A key method called from with the Init and Parse Methods. Request adds a new request to the scrape-job queue, and decides which method (e.g. Parse) will be used to parse the Response object.
|
![]() | Request(String, ActionResponse, HttpIdentity, MetaData) |
A key method called from with the Init and Parse Methods. Request adds a new request to the scrape-job queue, and decides which method (e.g. Parse) will be used to parse the Response object.
|
![]() | Request(Uri, ActionResponse, HttpIdentity, MetaData) |
A key method called from with the Init and Parse Methods. Request adds a new request to the scrape-job queue, and decides which method (e.g. Parse) will be used to parse the Response object.
|
