ConnPerRouteBean.SetMaxForRoutes(IDictionary<HttpRoute,Integer>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Replaces the route-specific maximum connection counts.
[Android.Runtime.Register("setMaxForRoutes", "(Ljava/util/Map;)V", "")]
public void SetMaxForRoutes(System.Collections.Generic.IDictionary<Org.Apache.Http.Conn.Routing.HttpRoute,Java.Lang.Integer>? map);
[<Android.Runtime.Register("setMaxForRoutes", "(Ljava/util/Map;)V", "")>]
member this.SetMaxForRoutes : System.Collections.Generic.IDictionary<Org.Apache.Http.Conn.Routing.HttpRoute, Java.Lang.Integer> -> unit
Parameters
- map
- IDictionary<HttpRoute,Integer>
The map of HTTP routes to their maximum connection counts, or null to leave the current values unchanged.
- 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.