WebScraper.Identities Field

IronWebScraper

WebScraperIdentities Field

A list of http identities to be used to fetch web resources.

Each Identity may have a different proxy IP addresses, userAgent, http headers, persistent cookies, username and password.

Best practice is to create Identities in your WebScraper.Init Method and Add them to this WebScraper.Identities List.

Namespace:  IronWebScraper
Assembly:  IronWebScraper (in IronWebScraper.dll) Version: 4.0.4.25470 (4.0.4.3)
Syntax
public List<HttpIdentity> Identities
Public Identities As List(Of HttpIdentity)

Field Value

Type: ListHttpIdentity
See Also