WebScraper.PostRequest Method
From IronWebScraper
IronWebScraper - The C# Web Scraping Library
WebScraperPostRequest Method |
| Name | Description | |
|---|---|---|
| PostRequest(String, ActionResponse, DictionaryString, String) |
Request adds a new request to the scrape-job queue using the POST http method.
| |
| PostRequest(Uri, ActionResponse, DictionaryString, String) |
Request adds a new request to the scrape-job queue using the POST http method.
| |
| PostRequest(String, ActionResponse, DictionaryString, String, MetaData) |
Request adds a new request to the scrape-job queue using the POST http method.
| |
| PostRequest(Uri, ActionResponse, DictionaryString, String, MetaData) |
Request adds a new request to the scrape-job queue using the POST http method.
| |
| PostRequest(String, ActionResponse, DictionaryString, String, HttpIdentity, MetaData) |
Request adds a new request to the scrape-job queue using the POST http method.
| |
| PostRequest(Uri, ActionResponse, DictionaryString, String, HttpIdentity, MetaData) |
Request adds a new request to the scrape-job queue using the POST http method.
|