A constant value which specifies the default timeout period.
[Visual Basic]
Public Const httpTimeout As Integer = 20
[C#]
public const int httpTimeout = 20;
Remarks
The default timeout period is 20 seconds for each blocking network operation. An error will occur if the operation does
not complete within the specified time period.