PostWebRequest Class |
Namespace: NScrape
The PostWebRequest type exposes the following members.
Name | Description | |
---|---|---|
![]() | PostWebRequest |
Initializes a new instance of the PostWebRequest class.
|
![]() ![]() | PostWebRequest(Uri, String) |
Initializes a new instance of the PostWebRequest class, specifying the destination and request data.
|
![]() ![]() | PostWebRequest(Uri, String, Boolean) |
Initializes a new instance of the PostWebRequest class, specifying the destination, request data and redirection.
|
![]() ![]() | PostWebRequest(Uri, String, String) |
Initializes a new instance of the PostWebRequest class, specifying the destination, request data and content type.
|
![]() ![]() | PostWebRequest(Uri, String, String, Boolean) |
Initializes a new instance of the PostWebRequest class, specifying the destination, request data, content type and redirection.
|
Name | Description | |
---|---|---|
![]() | AutoRedirect |
Gets or sets a value specifying whether the request shall be automatically redirected.
(Inherited from WebRequest.) |
![]() | ContentType |
Gets or sets the content type.
|
![]() | Destination |
Gets or sets the destination of the request.
(Inherited from WebRequest.) |
![]() | Headers |
Gets the collection of headers that shall be sent with the request.
(Inherited from WebRequest.) |
![]() | IsXmlHttpRequest |
Gets or sets a value indicating whether the request shall attempt to mimic a JQuery request.
(Inherited from WebRequest.) |
![]() | RequestData |
Gets or sets the request data.
|
![]() | Type |
Gets the type of the request.
(Inherited from WebRequest.) |
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString |
Gets a String that represents the current PostWebRequest.
(Overrides ObjectToString.) |