Share via


BasicPoolEntry Constructors

Definition

Overloads

BasicPoolEntry(IntPtr, JniHandleOwnership)
BasicPoolEntry(IClientConnectionOperator, HttpRoute, ReferenceQueue)

BasicPoolEntry(IntPtr, JniHandleOwnership)

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

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

BasicPoolEntry(IClientConnectionOperator, HttpRoute, ReferenceQueue)

[Android.Runtime.Register(".ctor", "(Lorg/apache/http/conn/ClientConnectionOperator;Lorg/apache/http/conn/routing/HttpRoute;Ljava/lang/ref/ReferenceQueue;)V", "")]
public BasicPoolEntry (Org.Apache.Http.Conn.IClientConnectionOperator? op, Org.Apache.Http.Conn.Routing.HttpRoute? route, Java.Lang.Ref.ReferenceQueue? queue);
[<Android.Runtime.Register(".ctor", "(Lorg/apache/http/conn/ClientConnectionOperator;Lorg/apache/http/conn/routing/HttpRoute;Ljava/lang/ref/ReferenceQueue;)V", "")>]
new Org.Apache.Http.Impl.Conn.Tsccm.BasicPoolEntry : Org.Apache.Http.Conn.IClientConnectionOperator * Org.Apache.Http.Conn.Routing.HttpRoute * Java.Lang.Ref.ReferenceQueue -> Org.Apache.Http.Impl.Conn.Tsccm.BasicPoolEntry

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