IronWebScraper - The C# Web Scraping Library
WebScraperDownloadFile Method |

Name | Description | |
---|---|---|
![]() | DownloadFile(String, String, Boolean, HttpIdentity) |
Requests a file to be downloaded from the given Url to the local file-system. Often used for scraping documents, assets and images.
Normally called with an Parse Method of IronWebScraper.WebScraper |
![]() | DownloadFile(Uri, String, Boolean, HttpIdentity) |
Requests a file to be downloaded from the given Url to the local file-system. Often used for scraping documents, assets and images.
Normally called with an Parse Method of IronWebScraper.WebScraper |
