ConnManagerParams.GetMaxTotalConnections(IHttpParams) Method

Definition

Gets the maximum number of connections allowed.

[Android.Runtime.Register("getMaxTotalConnections", "(Lorg/apache/http/params/HttpParams;)I", "")]
public static int GetMaxTotalConnections (Org.Apache.Http.Params.IHttpParams? params);
[<Android.Runtime.Register("getMaxTotalConnections", "(Lorg/apache/http/params/HttpParams;)I", "")>]
static member GetMaxTotalConnections : Org.Apache.Http.Params.IHttpParams -> int

Parameters

params
IHttpParams

HTTP parameters

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

See also