Request Class

IronWebScraper

Request Class

Represents a http request to be made by IronWebScraper
Inheritance Hierarchy
SystemObject  IronWebScraperRequest

Namespace:  IronWebScraper
Assembly:  IronWebScraper (in IronWebScraper.dll) Version: 4.0.4.25470 (4.0.4.3)
Syntax
public class Request
Public Class Request

The Request type exposes the following members.

Constructors
  NameDescription
Public methodRequest
Initializes a new instance of the Request class
Top
Properties
  NameDescription
Public propertyMethod
Http Request method.
Public propertyRetries
Number of attempts which have been made to fetch content from this Request so far.
Public propertyUrl
Absolute URL to be scraped.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodStatic memberHash
Hashing function for uniquely identifying web requests.
Public methodToString (Inherited from Object.)
Top
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