Share via


AndroidMessageHandler.ReadTimeout Property

Definition

Specifies the connection read timeout.

Since there's no way for the handler to access Timeout directly, this property should be set by the calling party to the same desired value. Value of this property will be passed to the native Java HTTP client, unless it is set to Zero

The default value is 24 hours, much higher than the documented value of Timeout and the same as the value of iOS-specific NSUrlSessionHandler.

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

Property Value

Applies to