Org.Apache.Http.Params.CoreConnectionPNames.SoTimeout Field
Defines the default socket timeout (SO_TIMEOUT) in milliseconds which is the timeout for waiting for data.

Syntax

[Android.Runtime.Register("SO_TIMEOUT")]
public const string SoTimeout

See Also

Java.Net.SocketOptions.SoTimeout

Remarks

Defines the default socket timeout (SO_TIMEOUT) in milliseconds which is the timeout for waiting for data. A timeout value of zero is interpreted as an infinite timeout. This value is used when no socket timeout is set in the method parameters.

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

[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