Click or drag to resize

WebRequest Class

Provides the base implementation for classes which represent web requests.
Inheritance Hierarchy

Namespace:  NScrape
Assembly:  NScrape (in NScrape.dll) Version: 0.4.1.0
Syntax
public abstract class WebRequest

The WebRequest type exposes the following members.

Constructors
  NameDescription
Protected methodWebRequest(WebRequestType)
Initializes a new instance of the WebRequest class.
Protected methodWebRequest(WebRequestType, Uri)
Initializes a new instance of the WebRequest class.
Top
Properties
  NameDescription
Public propertyAutoRedirect
Gets or sets a value specifying whether the request shall be automatically redirected.
Public propertyDestination
Gets or sets the destination of the request.
Public propertyHeaders
Gets the collection of headers that shall be sent with the request.
Public propertyIsXmlHttpRequest
Gets or sets a value indicating whether the request shall attempt to mimic a JQuery request.
Public propertyType
Gets the type of the request.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also