WebScraper.SuccessfulFileDownloadCount Property

IronWebScraper

WebScraperSuccessfulFileDownloadCount Property

Gets the number of successful http downloads using the DownloadFile and DownloadImage methods..

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

Property Value

Type: Int32
See Also