AbstractHttpClient 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/AbstractHttpClient", DoNotGenerateAcw=true)]
public abstract class AbstractHttpClient : Java.Lang.Object, IDisposable, Java.Interop.IJavaPeerable, Org.Apache.Http.Client.IHttpClient
[<Android.Runtime.Register("org/apache/http/impl/client/AbstractHttpClient", DoNotGenerateAcw=true)>]
type AbstractHttpClient = class
inherit Object
interface IHttpClient
interface IJavaObject
interface IDisposable
interface IJavaPeerable
- Inheritance
- Derived
- Attributes
- Implements
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
AbstractHttpClient(IClientConnectionManager, IHttpParams) | |
AbstractHttpClient(IntPtr, JniHandleOwnership) |
Properties
AuthSchemes | |
Class |
Returns the runtime class of this |
ConnectionKeepAliveStrategy | |
ConnectionManager | |
ConnectionReuseStrategy | |
CookieSpecs | |
CookieStore | |
CredentialsProvider | |
Handle |
The handle to the underlying Android instance. (Inherited from Object) |
HttpProcessor | |
HttpRequestRetryHandler | |
JniIdentityHashCode | (Inherited from Object) |
JniPeerMembers | |
Params | |
PeerReference | (Inherited from Object) |
ProxyAuthenticationHandler | |
RedirectHandler | |
RequestExecutor | |
RequestInterceptorCount | |
ResponseInterceptorCount | |
RoutePlanner | |
TargetAuthenticationHandler | |
ThresholdClass | |
ThresholdType | |
UserTokenHandler |
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) |