HttpConnectionParams.IsStaleCheckingEnabled(IHttpParams) Method

Definition

Caution

deprecated

Tests whether stale connection check is to be used.

[Android.Runtime.Register("isStaleCheckingEnabled", "(Lorg/apache/http/params/HttpParams;)Z", "")]
[System.Obsolete("deprecated")]
public static bool IsStaleCheckingEnabled (Org.Apache.Http.Params.IHttpParams? params);
[<Android.Runtime.Register("isStaleCheckingEnabled", "(Lorg/apache/http/params/HttpParams;)Z", "")>]
[<System.Obsolete("deprecated")>]
static member IsStaleCheckingEnabled : Org.Apache.Http.Params.IHttpParams -> bool

Parameters

params
IHttpParams

Returns

Boolean

true if stale connection check is to be used, false otherwise.

Attributes

Remarks

Java documentation for org.apache.http.params.HttpConnectionParams.isStaleCheckingEnabled(org.apache.http.params.HttpParams).

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