Request Fields

IronWebScraper

Request Fields

The Request type exposes the following members.

Fields
  NameDescription
Public fieldAction
The Action<Response> which will be used to parse the response. See IronWebScraper.Parse.
Public fieldIdentity
An HttpIdentity comprising Proxy, Headers, UserAgnet etc.. which will be used to fetch the Request.
Public fieldMetaData
Allows additional meta-data of any Type to be attached to a request, and retrieved when the subsequent Response is parsed.
Top
See Also