DefaultHttpClient 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.
[Android.Runtime.Register("org/apache/http/impl/client/DefaultHttpClient", DoNotGenerateAcw=true)]
public class DefaultHttpClient : Org.Apache.Http.Impl.Client.AbstractHttpClient
[<Android.Runtime.Register("org/apache/http/impl/client/DefaultHttpClient", DoNotGenerateAcw=true)>]
type DefaultHttpClient = class
inherit AbstractHttpClient
- Inheritance
- Attributes
Remarks
Android platform documentation
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.
Constructors
DefaultHttpClient() | |
DefaultHttpClient(IClientConnectionManager, IHttpParams) | |
DefaultHttpClient(IHttpParams) | |
DefaultHttpClient(IntPtr, JniHandleOwnership) |
Properties
Methods
Explicit Interface Implementations
IJavaPeerable.Disposed() | (Inherited from Object) |
IJavaPeerable.DisposeUnlessReferenced() | (Inherited from Object) |
IJavaPeerable.Finalized() | (Inherited from Object) |
IJavaPeerable.JniManagedPeerState | (Inherited from Object) |
IJavaPeerable.SetJniIdentityHashCode(Int32) | (Inherited from Object) |
IJavaPeerable.SetJniManagedPeerState(JniManagedPeerStates) | (Inherited from Object) |
IJavaPeerable.SetPeerReference(JniObjectReference) | (Inherited from Object) |
Extension Methods
JavaCast<TResult>(IJavaObject) |
Performs an Android runtime-checked type conversion. |
JavaCast<TResult>(IJavaObject) | |
GetJniTypeName(IJavaPeerable) |
Gets the JNI name of the type of the instance |
JavaAs<TResult>(IJavaPeerable) |
Try to coerce |
TryJavaCast<TResult>(IJavaPeerable, TResult) |
Try to coerce |
ExecuteAsync(IHttpClient, IHttpUriRequest, IResponseHandler, IHttpContext) | |
ExecuteAsync(IHttpClient, IHttpUriRequest, IResponseHandler) | |
ExecuteAsync(IHttpClient, IHttpUriRequest, IHttpContext) | |
ExecuteAsync(IHttpClient, IHttpUriRequest) | |
ExecuteAsync(IHttpClient, HttpHost, IHttpRequest, IResponseHandler, IHttpContext) | |
ExecuteAsync(IHttpClient, HttpHost, IHttpRequest, IResponseHandler) | |
ExecuteAsync(IHttpClient, HttpHost, IHttpRequest, IHttpContext) | |
ExecuteAsync(IHttpClient, HttpHost, IHttpRequest) |