IronWebScraper - The C# Web Scraping Library
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)


Member name | Value | Description | |
---|---|---|---|
ByIpAddress | 0 | Identify unique hosts by resolving the IP address for each host in-case multiple host names share an IP address. | |
ByDomainHostName | 1 | Identify unique hosts by their host name |
