AbstractClientConnAdapter Constructors

Definition

Overloads

AbstractClientConnAdapter(IClientConnectionManager, IOperatedClientConnection)
AbstractClientConnAdapter(IntPtr, JniHandleOwnership)

AbstractClientConnAdapter(IClientConnectionManager, IOperatedClientConnection)

[Android.Runtime.Register(".ctor", "(Lorg/apache/http/conn/ClientConnectionManager;Lorg/apache/http/conn/OperatedClientConnection;)V", "")]
protected AbstractClientConnAdapter (Org.Apache.Http.Conn.IClientConnectionManager? mgr, Org.Apache.Http.Conn.IOperatedClientConnection? conn);
[<Android.Runtime.Register(".ctor", "(Lorg/apache/http/conn/ClientConnectionManager;Lorg/apache/http/conn/OperatedClientConnection;)V", "")>]
new Org.Apache.Http.Impl.Conn.AbstractClientConnAdapter : Org.Apache.Http.Conn.IClientConnectionManager * Org.Apache.Http.Conn.IOperatedClientConnection -> Org.Apache.Http.Impl.Conn.AbstractClientConnAdapter

Parameters

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

AbstractClientConnAdapter(IntPtr, JniHandleOwnership)

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

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