AbstractPoolEntry Constructors

Definition

Overloads

AbstractPoolEntry(IClientConnectionOperator, HttpRoute)
AbstractPoolEntry(IntPtr, JniHandleOwnership)

AbstractPoolEntry(IClientConnectionOperator, HttpRoute)

[Android.Runtime.Register(".ctor", "(Lorg/apache/http/conn/ClientConnectionOperator;Lorg/apache/http/conn/routing/HttpRoute;)V", "")]
protected AbstractPoolEntry (Org.Apache.Http.Conn.IClientConnectionOperator? connOperator, Org.Apache.Http.Conn.Routing.HttpRoute? route);
[<Android.Runtime.Register(".ctor", "(Lorg/apache/http/conn/ClientConnectionOperator;Lorg/apache/http/conn/routing/HttpRoute;)V", "")>]
new Org.Apache.Http.Impl.Conn.AbstractPoolEntry : Org.Apache.Http.Conn.IClientConnectionOperator * Org.Apache.Http.Conn.Routing.HttpRoute -> Org.Apache.Http.Impl.Conn.AbstractPoolEntry

Parameters

route
HttpRoute
Attributes

Remarks

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.

Applies to

AbstractPoolEntry(IntPtr, JniHandleOwnership)

protected AbstractPoolEntry (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Org.Apache.Http.Impl.Conn.AbstractPoolEntry : nativeint * Android.Runtime.JniHandleOwnership -> Org.Apache.Http.Impl.Conn.AbstractPoolEntry

Parameters

javaReference
IntPtr

nativeint

Remarks

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.

Applies to