PostWebRequest Constructor |
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.
|