IHttpClientExtensions Class
Definition
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.
public static class IHttpClientExtensions
type IHttpClientExtensions = class
- Inheritance
-
IHttpClientExtensions
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.
Methods
| Name | Description |
|---|---|
| ExecuteAsync(IHttpClient, HttpHost, IHttpRequest, IHttpContext) |
Executes a request to the target using the given context. |
| ExecuteAsync(IHttpClient, HttpHost, IHttpRequest, IResponseHandler, IHttpContext) |
Executes a request to the target using the given context and processes the response using the given response handler. |
| ExecuteAsync(IHttpClient, HttpHost, IHttpRequest, IResponseHandler) |
Executes a request to the target using the default context and processes the response using the given response handler. |
| ExecuteAsync(IHttpClient, HttpHost, IHttpRequest) |
Executes a request to the target using the default context. |
| ExecuteAsync(IHttpClient, IHttpUriRequest, IHttpContext) |
Executes a request using the given context. |
| ExecuteAsync(IHttpClient, IHttpUriRequest, IResponseHandler, IHttpContext) |
Executes a request using the given context and processes the response using the given response handler. |
| ExecuteAsync(IHttpClient, IHttpUriRequest, IResponseHandler) |
Executes a request using the default context and processes the response using the given response handler. |
| ExecuteAsync(IHttpClient, IHttpUriRequest) |
Executes a request using the default context. |