Android.Net.Http.AndroidHttpClient: Method Members

The methods of Android.Net.Http.AndroidHttpClient are listed below. For a list of all members, see the AndroidHttpClient Members list.

See Also: Inherited members from Java.Lang.Object

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.