WebScraper.Throttle Enumeration

IronWebScraper

WebScraperThrottle Enumeration

Throttle remote clients by their host name or by their public IP address.

Namespace:  IronWebScraper
Assembly:  IronWebScraper (in IronWebScraper.dll) Version: 4.0.4.25470 (4.0.4.3)
Syntax
public enum Throttle
Public Enumeration Throttle
Members
  Member nameValueDescription
ByIpAddress0 Identify unique hosts by resolving the IP address for each host in-case multiple host names share an IP address.
ByDomainHostName1 Identify unique hosts by their host name
See Also