IronWebScraper - The C# Web Scraping Library
WebScraperThrottleMode Property |
Makes the WebSraper intelligently throttle requests not only by hostname, but also by host servers' IP addresses. This is polite in-case multiple scraped domains are hosted on the same machine.
Namespace: IronWebScraper
Assembly: IronWebScraper (in IronWebScraper.dll) Version: 4.0.4.25470 (4.0.4.3)

public WebScraperThrottle ThrottleMode { get; set; }
Public Property ThrottleMode As WebScraperThrottle Get Set
Property Value
Type: WebScraperThrottletrue if we wish to look up hosts' IP addresses for throttling ; otherwise, false.
