[Visual Basic] Public Property HttpTimeout As
Integer
[C#] public int HttpTimeout {get; set;}
Property Value
The number of milliseconds to wait before the request times out. The default value is 60000 milliseconds.
Explanation
The HttpTimeout property gets or sets the time-out value for the request. Timeout is the number of milliseconds that a subsequent synchronous request waits for a response