IronWebScraper - The C# Web Scraping Library
WebScraperParseWebscraperDownload Method |
Internal method to parse binary files downloaded by a webScraper.
Namespace: IronWebScraper
Assembly: IronWebScraper (in IronWebScraper.dll) Version: 4.0.4.25470 (4.0.4.3)

public virtual void ParseWebscraperDownload( Response response )
Public Overridable Sub ParseWebscraperDownload ( response As Response )
Parameters
- response
- Type: IronWebScraperResponse
A Response object
