Org.Apache.Http.Client.Methods Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides types for constructing and controlling Apache HTTP client requests.
Classes
| Name | Description |
|---|---|
| HttpDelete |
HTTP DELETE method |
| HttpEntityEnclosingRequestBase |
Basic implementation of an HTTP request that can be modified. |
| HttpGet |
HTTP GET method. |
| HttpHead |
HTTP HEAD method. |
| HttpOptions |
HTTP OPTIONS method. |
| HttpPost |
HTTP POST method. |
| HttpPut |
HTTP PUT method. |
| HttpRequestBase |
Basic implementation of an HTTP request that can be modified. |
| HttpTrace |
HTTP TRACE method. |
Interfaces
| Name | Description |
|---|---|
| IAbortableHttpRequest |
Interface representing an HTTP request that can be aborted by shutting down the underlying HTTP connection. |
| IHttpUriRequest |
Extended version of the IHttpRequest interface that provides convenience methods to access request properties such as request URI and method type. |
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.