HttpIdentity Fields

IronWebScraper

HttpIdentity Fields

The HttpIdentity type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberDefaultHttpRequestHeaders
Default HTTP request headers to be assigned to every new identity.
Public fieldHttpRequestHeaders
The default headers which will be sent with all http Requests for this identity.
Public fieldNetworkDomain
The network domain to be used for user authentication. Supports Windows, NTLM , Keroberos, Linux, BSD and Mac OS X networks.

See also NetworkUsername, NetworkPassword

Public fieldNetworkPassword
The network/http password to be used for user authentication. Supports Http , Windows networks, NTLM , Keroberos , Linux networks, BSD networks and Mac OS X networks.

See also NetworkUsername, NetworkDomain

Public fieldNetworkUsername
The network/http username to be used for user authentication. Supports Http , Windows networks, NTLM , Keroberos , Linux networks, BSD networks and Mac OS X networks.

See also NetworkPassword, NetworkDomain

Public fieldProxy
A proxy string such as "102.192.92.192:8088" or "username:[email protected]"
Public fieldUseCookies
Stores a "Cookie Jar" which persists http cookies for this browser identity.
Public fieldUserAgent
A default User-Agent header string. E.g: "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36".

Find examples online at: http://www.useragentstring.com/pages/useragentstring.php

Top
See Also