WebScraper.OpenConnectionLimitPerHost Property

From IronWebScraper

WebScraperOpenConnectionLimitPerHost Property

Gets or sets the allowed number of concurrent HTTP requests (threads) per hostname or IP address. This helps protect hosts against too many requests.

Namespace:  IronWebScraper
Assembly:  IronWebScraper (in IronWebScraper.dll) Version: 4.0.4.25470 (4.0.4.3)
Syntax
public int OpenConnectionLimitPerHost { get; set; }
Public Property OpenConnectionLimitPerHost As Integer
	Get
	Set

Property Value

Type: Int32
See Also