HttpIdentity.ProxyFailureCount Property

IronWebScraper

HttpIdentityProxyFailureCount Property

Gets the number of times this proxy has failed.

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

Property Value

Type: Int32
The proxy failure count.
See Also