HttpIdentity.HttpRequestHeaders Field

IronWebScraper

HttpIdentityHttpRequestHeaders Field

The default headers which will be sent with all http Requests for this identity.

Namespace:  IronWebScraper
Assembly:  IronWebScraper (in IronWebScraper.dll) Version: 4.0.4.25470 (4.0.4.3)
Syntax
public Dictionary<string, string> HttpRequestHeaders
Public HttpRequestHeaders As Dictionary(Of String, String)

Field Value

Type: DictionaryString, String
See Also