Android.Net.Http.AndroidHttpClient Members

The members of Android.Net.Http.AndroidHttpClient are listed below.

See Also: Inherited members from Java.Lang.Object

Public Properties

[read-only]
ConnectionManagerOrg.Apache.Http.Conn.IClientConnectionManager. Obtains the connection manager used by this client.
static
DefaultSyncMinGzipByteslong.
[read-only]
ParamsOrg.Apache.Http.Params.IHttpParams. Obtains the parameters for this client.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

Close()
Release resources associated with this client.
DisableCurlLogging()
Disables cURL logging for this client.
EnableCurlLogging(string, Android.Util.LogPriority)
Enables cURL request logging for this client.
Execute(Org.Apache.Http.Client.Methods.IHttpUriRequest) : Org.Apache.Http.IHttpResponse
Executes a request using the default context.
Execute(Org.Apache.Http.Client.Methods.IHttpUriRequest, Org.Apache.Http.Client.IResponseHandler) : Java.Lang.Object
Documentation for this section has not yet been entered.
Execute(Org.Apache.Http.Client.Methods.IHttpUriRequest, Org.Apache.Http.Protocol.IHttpContext) : Org.Apache.Http.IHttpResponse
Executes a request using the given context.
Execute(Org.Apache.Http.HttpHost, Org.Apache.Http.IHttpRequest) : Org.Apache.Http.IHttpResponse
Executes a request to the target using the default context.
Execute(Org.Apache.Http.Client.Methods.IHttpUriRequest, Org.Apache.Http.Client.IResponseHandler, Org.Apache.Http.Protocol.IHttpContext) : Java.Lang.Object
Documentation for this section has not yet been entered.
Execute(Org.Apache.Http.HttpHost, Org.Apache.Http.IHttpRequest, Org.Apache.Http.Client.IResponseHandler) : Java.Lang.Object
Documentation for this section has not yet been entered.
Execute(Org.Apache.Http.HttpHost, Org.Apache.Http.IHttpRequest, Org.Apache.Http.Protocol.IHttpContext) : Org.Apache.Http.IHttpResponse
Executes a request to the target using the given context.
Execute(Org.Apache.Http.HttpHost, Org.Apache.Http.IHttpRequest, Org.Apache.Http.Client.IResponseHandler, Org.Apache.Http.Protocol.IHttpContext) : Java.Lang.Object
Documentation for this section has not yet been entered.
ExecuteAsync(Org.Apache.Http.Client.Methods.IHttpUriRequest) : System.Threading.Tasks.Task<Org.Apache.Http.IHttpResponse>
Documentation for this section has not yet been entered.
ExecuteAsync(Org.Apache.Http.Client.Methods.IHttpUriRequest, Org.Apache.Http.Client.IResponseHandler) : System.Threading.Tasks.Task<Java.Lang.Object>
Documentation for this section has not yet been entered.
ExecuteAsync(Org.Apache.Http.Client.Methods.IHttpUriRequest, Org.Apache.Http.Protocol.IHttpContext) : System.Threading.Tasks.Task<Org.Apache.Http.IHttpResponse>
Documentation for this section has not yet been entered.
ExecuteAsync(Org.Apache.Http.HttpHost, Org.Apache.Http.IHttpRequest) : System.Threading.Tasks.Task<Org.Apache.Http.IHttpResponse>
Documentation for this section has not yet been entered.
ExecuteAsync(Org.Apache.Http.Client.Methods.IHttpUriRequest, Org.Apache.Http.Client.IResponseHandler, Org.Apache.Http.Protocol.IHttpContext) : System.Threading.Tasks.Task<Java.Lang.Object>
Documentation for this section has not yet been entered.
ExecuteAsync(Org.Apache.Http.HttpHost, Org.Apache.Http.IHttpRequest, Org.Apache.Http.Client.IResponseHandler) : System.Threading.Tasks.Task<Java.Lang.Object>
Documentation for this section has not yet been entered.
ExecuteAsync(Org.Apache.Http.HttpHost, Org.Apache.Http.IHttpRequest, Org.Apache.Http.Protocol.IHttpContext) : System.Threading.Tasks.Task<Org.Apache.Http.IHttpResponse>
Documentation for this section has not yet been entered.
ExecuteAsync(Org.Apache.Http.HttpHost, Org.Apache.Http.IHttpRequest, Org.Apache.Http.Client.IResponseHandler, Org.Apache.Http.Protocol.IHttpContext) : System.Threading.Tasks.Task<Java.Lang.Object>
Documentation for this section has not yet been entered.
static
GetCompressedEntity(byte[], Android.Content.ContentResolver) : Org.Apache.Http.Entity.AbstractHttpEntity
Compress data to send to server.
static
GetMinGzipSize(Android.Content.ContentResolver) : long
Retrieves the minimum size for compressing data.
static
GetUngzippedContent(Org.Apache.Http.IHttpEntity) : System.IO.Stream
Gets the input stream from a response entity.
static
ModifyRequestToAcceptGzipResponse(Org.Apache.Http.IHttpRequest)
Modifies a request to indicate to the server that we would like a gzipped response.
static
NewInstance(string) : AndroidHttpClient
Create a new HttpClient with reasonable defaults (which you can update).
static
NewInstance(string, Android.Content.Context) : AndroidHttpClient
Create a new HttpClient with reasonable defaults (which you can update).
static
ParseDate(string) : long
Returns the date of the given HTTP date string.