Extensions of
HttpWebRequest
- Namespace
- Songhay
.Extensions - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["HttpWebRequestExtensions"]
class Type type-node
Syntax
public static class HttpWebRequestExtensions
Methods
Name | Return Value | Summary |
---|---|---|
DownloadToFile |
void |
Downloads to file.
static
|
DownloadToFile |
void |
Downloads to file.
static
|
DownloadToString |
string |
Downloads to string.
static
|
DownloadToString |
string |
Downloads to string.
static
|
PostForm |
string |
Posts the form.
static
|
PostForm |
string |
Posts the form.
static
|
PostXml |
string |
Posts the XML.
static
|
PostXml |
string |
Posts the XML.
static
|
ToHttpStatusCode |
HttpStatusCode |
Converts the
HttpWebRequest into a HTTP status code.
static
|
ToHttpWebResponse |
HttpWebResponse? |
Converts the
HttpWebRequest into a HTTP web response.
static
|
WithProxy |
HttpWebRequest? |
Returns the
HttpWebRequest
with a WebProxy .
static
|
WithRequestBody |
HttpWebRequest? |
Returns
HttpWebRequest with the request body.
static
|
WithRequestBody |
HttpWebRequest? |
Returns
HttpWebRequest with the request body.
static
|