Langue

IHttpClientExtensions Class

Definition

Caution

This class is obsoleted in this android platform

[System.Obsolete("This class is obsoleted in this android platform")]
public static class IHttpClientExtensions
[<System.Obsolete("This class is obsoleted in this android platform")>]
type IHttpClientExtensions = class
Inheritance
IHttpClientExtensions
Attributes

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.

Applies to