This property sets the number of milliseconds before a request times out.
[Visual Basic] Public Property Timeout As
Integer
[C#] public int Timeout {get; set;}
Property Value
he number of milliseconds to wait for a request. The default value is 60000 miliseconds.
Explanation
The Timeout property sets the number of milliseconds before a request times out.