AndroidMessageHandler.ReadTimeout 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 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