Org.Apache.Http.Params.CoreConnectionPNames.StaleConnectionCheck Field
Determines whether stale connection check is to be used.

Syntax

[Android.Runtime.Register("STALE_CONNECTION_CHECK")]
public const string StaleConnectionCheck

Remarks

Determines whether stale connection check is to be used. Disabling stale connection check may result in slight performance improvement at the risk of getting an I/O error when executing a request over a connection that has been closed at the server side.

This parameter expects a value of type Java.Lang.Boolean.

[Android Documentation]

Requirements

Namespace: Org.Apache.Http.Params
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1