WebScraper.MaxHttpConnectionLimit Property

IronWebScraper

WebScraperMaxHttpConnectionLimit Property

Gets or sets the total number of allowed open HTTP requests (threads)

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

Property Value

Type: Int32
See Also