ConnManagerParams.GetTimeout(IHttpParams) Method

Definition

Returns the timeout in milliseconds used when retrieving a IManagedClientConnection from the IClientConnectionManager.

[Android.Runtime.Register("getTimeout", "(Lorg/apache/http/params/HttpParams;)J", "")]
public static long GetTimeout (Org.Apache.Http.Params.IHttpParams? params);
[<Android.Runtime.Register("getTimeout", "(Lorg/apache/http/params/HttpParams;)J", "")>]
static member GetTimeout : Org.Apache.Http.Params.IHttpParams -> int64

Parameters

params
IHttpParams

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