Request.Retries Property

IronWebScraper

RequestRetries Property

Number of attempts which have been made to fetch content from this Request so far.

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

Property Value

Type: Int32
See Also