WebScraper.Retry Method

IronWebScraper

WebScraperRetry Method

Retries a Response.

Usually called in a Parse method, this method is useful if a Captcha or error screen was encountered during Html parsing.

Namespace:  IronWebScraper
Assembly:  IronWebScraper (in IronWebScraper.dll) Version: 4.0.4.25470 (4.0.4.3)
Syntax
public void Retry(
	Response Response
)
Public Sub Retry ( 
	Response As Response
)

Parameters

Response
Type: IronWebScraperResponse
See Also