| 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.IHttpResponseExecutes a request using the default context. |
| Execute(Org.Apache.Http.Client.Methods.IHttpUriRequest, Org.Apache.Http.Client.IResponseHandler) : Java.Lang.ObjectDocumentation for this section has not yet been entered. |
| Execute(Org.Apache.Http.Client.Methods.IHttpUriRequest, Org.Apache.Http.Protocol.IHttpContext) : Org.Apache.Http.IHttpResponseExecutes a request using the given context. |
| Execute(Org.Apache.Http.HttpHost, Org.Apache.Http.IHttpRequest) : Org.Apache.Http.IHttpResponseExecutes 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.ObjectDocumentation for this section has not yet been entered. |
| Execute(Org.Apache.Http.HttpHost, Org.Apache.Http.IHttpRequest, Org.Apache.Http.Client.IResponseHandler) : Java.Lang.ObjectDocumentation 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.IHttpResponseExecutes 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.ObjectDocumentation 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.AbstractHttpEntityCompress data to send to server. |
static | GetMinGzipSize(Android.Content.ContentResolver) : longRetrieves the minimum size for compressing data. |
static | GetUngzippedContent(Org.Apache.Http.IHttpEntity) : System.IO.StreamGets 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) : AndroidHttpClientCreate a new HttpClient with reasonable defaults (which you can update). |
static | NewInstance(string, Android.Content.Context) : AndroidHttpClientCreate a new HttpClient with reasonable defaults (which you can update). |
static | ParseDate(string) : longReturns the date of the given HTTP date string. |