WebScraper.ThrottleMode Property

IronWebScraper

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)
Syntax
public WebScraperThrottle ThrottleMode { get; set; }
Public Property ThrottleMode As WebScraperThrottle
	Get
	Set

Property Value

Type: WebScraperThrottle
true if we wish to look up hosts' IP addresses for throttling ; otherwise, false.
See Also