Enum WebScraper.Throttle
Throttle remote clients by their host name or by their public IP address.
Namespace: IronWebScraper
Assembly: IronWebScraper.dll
Syntax
public enum Throttle
Fields
Name | Description |
---|---|
ByDomainHostName | Identify unique hosts by their host name |
ByIpAddress | Identify unique hosts by resolving the IP address for each host in-case multiple host names share an IP address. |