WebScraper.ParseWebscraperDownload Method

IronWebScraper

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)
Syntax
public virtual void ParseWebscraperDownload(
	Response response
)
Public Overridable Sub ParseWebscraperDownload ( 
	response As Response
)

Parameters

response
Type: IronWebScraperResponse
A Response object
See Also