WebScraper.HttpRetryAttempts Property

IronWebScraper

WebScraperHttpRetryAttempts Property

The number of times WebScraper will retry a failed URL (normally with a new identity) before considering it non-scrapable.

Namespace:  IronWebScraper
Assembly:  IronWebScraper (in IronWebScraper.dll) Version: 4.0.4.25470 (4.0.4.3)
Syntax
public int HttpRetryAttempts { get; set; }
Public Property HttpRetryAttempts As Integer
	Get
	Set

Property Value

Type: Int32
See Also