Click or drag to resize

PostWebRequest Class

Represents a POST web request
Inheritance Hierarchy

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

The PostWebRequest type exposes the following members.

Constructors
  NameDescription
Public methodPostWebRequest
Initializes a new instance of the PostWebRequest class.
Public methodCode examplePostWebRequest(Uri, String)
Initializes a new instance of the PostWebRequest class, specifying the destination and request data.
Public methodCode examplePostWebRequest(Uri, String, Boolean)
Initializes a new instance of the PostWebRequest class, specifying the destination, request data and redirection.
Public methodCode examplePostWebRequest(Uri, String, String)
Initializes a new instance of the PostWebRequest class, specifying the destination, request data and content type.
Public methodCode examplePostWebRequest(Uri, String, String, Boolean)
Initializes a new instance of the PostWebRequest class, specifying the destination, request data, content type and redirection.
Top
Properties
  NameDescription
Public propertyAutoRedirect
Gets or sets a value specifying whether the request shall be automatically redirected.
(Inherited from WebRequest.)
Public propertyContentType
Gets or sets the content type.
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 propertyRequestData
Gets or sets the request data.
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 PostWebRequest.
(Overrides ObjectToString.)
Top
See Also