ThreadSafeClientConnManager.CreateConnectionPool(IHttpParams) Method

Definition

[Android.Runtime.Register("createConnectionPool", "(Lorg/apache/http/params/HttpParams;)Lorg/apache/http/impl/conn/tsccm/AbstractConnPool;", "GetCreateConnectionPool_Lorg_apache_http_params_HttpParams_Handler")]
protected virtual Org.Apache.Http.Impl.Conn.Tsccm.AbstractConnPool? CreateConnectionPool (Org.Apache.Http.Params.IHttpParams? params);
[<Android.Runtime.Register("createConnectionPool", "(Lorg/apache/http/params/HttpParams;)Lorg/apache/http/impl/conn/tsccm/AbstractConnPool;", "GetCreateConnectionPool_Lorg_apache_http_params_HttpParams_Handler")>]
abstract member CreateConnectionPool : Org.Apache.Http.Params.IHttpParams -> Org.Apache.Http.Impl.Conn.Tsccm.AbstractConnPool
override this.CreateConnectionPool : Org.Apache.Http.Params.IHttpParams -> Org.Apache.Http.Impl.Conn.Tsccm.AbstractConnPool

Parameters

params
IHttpParams

Returns

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