AndroidMessageHandler.ConnectTimeout Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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