WebScraper.HttpTimeOut Property

IronWebScraper

WebScraperHttpTimeOut Property

Gets or the time after-which a HTTP request will be considered failed or lost. (non-contactable or Dns unavailable)

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

Property Value

Type: TimeSpan
See Also