ConnManagerParams.SetMaxConnectionsPerRoute 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.
Sets lookup interface for maximum number of connections allowed per route.
[Android.Runtime.Register("setMaxConnectionsPerRoute", "(Lorg/apache/http/params/HttpParams;Lorg/apache/http/conn/params/ConnPerRoute;)V", "")]
public static void SetMaxConnectionsPerRoute (Org.Apache.Http.Params.IHttpParams? params, Org.Apache.Http.Conn.Params.IConnPerRoute? connPerRoute);
[<Android.Runtime.Register("setMaxConnectionsPerRoute", "(Lorg/apache/http/params/HttpParams;Lorg/apache/http/conn/params/ConnPerRoute;)V", "")>]
static member SetMaxConnectionsPerRoute : Org.Apache.Http.Params.IHttpParams * Org.Apache.Http.Conn.Params.IConnPerRoute -> unit
Parameters
- params
- IHttpParams
HTTP parameters
- connPerRoute
- IConnPerRoute
lookup interface for 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.