Click or drag to resize

GetWebRequest Class

Represents a GET web request
Inheritance Hierarchy

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

The GetWebRequest type exposes the following members.

Constructors
  NameDescription
Public methodGetWebRequest
Initializes a new instance of the GetWebRequest class.
Public methodGetWebRequest(Uri)
Initializes a new instance of the GetWebRequest class, specifying the destination.
Public methodGetWebRequest(Uri, Boolean)
Initializes a new instance of the GetWebRequest class, specifying the destination and redirection.
Top
Properties
  NameDescription
Public propertyAutoRedirect
Gets or sets a value specifying whether the request shall be automatically redirected.
(Inherited from WebRequest.)
Public propertyDestination
Gets or sets the destination of the request.
(Inherited from WebRequest.)
Public propertyHeaders
Gets the collection of headers that shall be sent with the request.
(Inherited from WebRequest.)
Public propertyIsXmlHttpRequest
Gets or sets a value indicating whether the request shall attempt to mimic a JQuery request.
(Inherited from WebRequest.)
Public propertyType
Gets the type of the request.
(Inherited from WebRequest.)
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
Gets a String that represents the current GetWebRequest.
(Overrides ObjectToString.)
Top
See Also