Lingua

ConnPerRouteBean Constructors

Definition

Overloads

ConnPerRouteBean()

[Android.Runtime.Register(".ctor", "()V", "")]
public ConnPerRouteBean();
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

ConnPerRouteBean(Int32)

[Android.Runtime.Register(".ctor", "(I)V", "")]
public ConnPerRouteBean(int defaultMax);
[<Android.Runtime.Register(".ctor", "(I)V", "")>]
new Org.Apache.Http.Conn.Params.ConnPerRouteBean : int -> Org.Apache.Http.Conn.Params.ConnPerRouteBean

Parameters

defaultMax
Int32

The default maximum number of connections allowed per route.

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