HttpDataSet.Timeout Property
Gets or sets a value indicating how long the dataset will wait for a response from the web service.
Syntax
public System.Int32 Timeout { get; set; }
Property Value
Default: 10
A timeout value, in seconds.
Remarks
If no answer is received before the timeout, the data set will throw an exception.
Platforms
Windows, Linux, Android