Class WebScraper.Throttle
Throttle remote clients by their host name or by their public IP address.
Inheritance
System.Object
WebScraper.Throttle
Namespace: IronWebScraper
Assembly: IronWebScraper.dll
Syntax
public sealed class Throttle : Enum
Fields
ByDomainHostName
Identify unique hosts by their host name
Declaration
public const WebScraper.Throttle ByDomainHostName
Field Value
Type | Description |
---|---|
WebScraper.Throttle |
ByIpAddress
Identify unique hosts by resolving the IP address for each host in-case multiple host names share an IP address.
Declaration
public const WebScraper.Throttle ByIpAddress
Field Value
Type | Description |
---|---|
WebScraper.Throttle |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |