HttpRequest Class
Version 1.0.14
.NET Framework 4.7
| Namespace | Skybrud.Essentials.Http |
|---|---|
| Assembly | Skybrud.Essentials.Http.dll |
| Visibility | Public |
| Interfaces | IHttpRequest |
| Inheritance | Object |
public class HttpRequest : IHttpRequest { }
Properties
| Type | Name | Summary |
|---|---|---|
| HttpMethod | Method | |
| ICredentials | Credentials | |
| String | Url | |
| String | Host | |
| Encoding | Encoding | |
| TimeSpan | Timeout | |
| IHttpHeaderCollection | Headers | |
| IHttpQueryString | QueryString | |
| IHttpPostData | PostData | |
| IHttpCookieCollection | Cookies | |
| String | ContentType | |
| String | Body | |
| String | Accept | |
| String | AcceptCharset | |
| String | AcceptEncoding | |
| String | AcceptLanguage | |
| String | Authorization | |
| String | Referer | |
| String | UserAgent | |
| DecompressionMethods | AutomaticDecompression | |
| String | MediaType | |
| String | TransferEncoding | |
| String | Connection | |
| String | Expect |
Methods
|
Get(string)
(static)
|
|
Get(string, IHttpQueryString)
(static)
|
|
GetResponse()
(virtual)
|
|
GetResponse(Action<T>)
(virtual)
|
|
Post(string)
(static)
|
|
Post(string, IHttpQueryString)
(static)
|
|
Post(string, IHttpPostData)
(static)
|
|
Post(string, JToken)
(static)
|