SingleClientConnManager Constructors

Definition

Overloads

SingleClientConnManager(IHttpParams, SchemeRegistry)
SingleClientConnManager(IntPtr, JniHandleOwnership)

SingleClientConnManager(IHttpParams, SchemeRegistry)

[Android.Runtime.Register(".ctor", "(Lorg/apache/http/params/HttpParams;Lorg/apache/http/conn/scheme/SchemeRegistry;)V", "")]
public SingleClientConnManager (Org.Apache.Http.Params.IHttpParams? params, Org.Apache.Http.Conn.Schemes.SchemeRegistry? schreg);
[<Android.Runtime.Register(".ctor", "(Lorg/apache/http/params/HttpParams;Lorg/apache/http/conn/scheme/SchemeRegistry;)V", "")>]
new Org.Apache.Http.Impl.Conn.SingleClientConnManager : Org.Apache.Http.Params.IHttpParams * Org.Apache.Http.Conn.Schemes.SchemeRegistry -> Org.Apache.Http.Impl.Conn.SingleClientConnManager

Parameters

params
IHttpParams
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

SingleClientConnManager(IntPtr, JniHandleOwnership)

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

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