Language

AndroidMessageHandler.ConnectTimeout Property

Definition

Specifies the connect timeout

The native Java client supports two separate timeouts - one for reading from the connection (ReadTimeout) and another for establishing the connection. This property sets the value of the latter timeout, unless it is set to Zero in which case the native Java client defaults are used.

The default value is 24 hours, same as ReadTimeout.

public TimeSpan ConnectTimeout { get; set; }
member this.ConnectTimeout : TimeSpan with get, set

Property Value

Applies to