Language

IConnPerRoute.GetMaxForRoute(HttpRoute) Method

Definition

[Android.Runtime.Register("getMaxForRoute", "(Lorg/apache/http/conn/routing/HttpRoute;)I", "GetGetMaxForRoute_Lorg_apache_http_conn_routing_HttpRoute_Handler:Org.Apache.Http.Conn.Params.IConnPerRouteInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public int GetMaxForRoute(Org.Apache.Http.Conn.Routing.HttpRoute? route);
[<Android.Runtime.Register("getMaxForRoute", "(Lorg/apache/http/conn/routing/HttpRoute;)I", "GetGetMaxForRoute_Lorg_apache_http_conn_routing_HttpRoute_Handler:Org.Apache.Http.Conn.Params.IConnPerRouteInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member GetMaxForRoute : Org.Apache.Http.Conn.Routing.HttpRoute -> int

Parameters

route
HttpRoute

The HTTP route for which to retrieve the maximum connection count.

Returns

The maximum number of connections allowed for the 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