WebScraper.PostRequest Method

IronWebScraper

WebScraperPostRequest Method

Overload List
  NameDescription
Public methodPostRequest(String, ActionResponse, DictionaryString, String)
Request adds a new request to the scrape-job queue using the POST http method.
Public methodPostRequest(Uri, ActionResponse, DictionaryString, String)
Request adds a new request to the scrape-job queue using the POST http method.
Public methodPostRequest(String, ActionResponse, DictionaryString, String, MetaData)
Request adds a new request to the scrape-job queue using the POST http method.
Public methodPostRequest(Uri, ActionResponse, DictionaryString, String, MetaData)
Request adds a new request to the scrape-job queue using the POST http method.
Public methodPostRequest(String, ActionResponse, DictionaryString, String, HttpIdentity, MetaData)
Request adds a new request to the scrape-job queue using the POST http method.
Public methodPostRequest(Uri, ActionResponse, DictionaryString, String, HttpIdentity, MetaData)
Request adds a new request to the scrape-job queue using the POST http method.
Top
See Also