SocketTools .NET Edition

WhoisClient.whoisTimeout Field

A constant value which specifies the default timeout period.

[Visual Basic]
Public Const whoisTimeout As Integer = 20
[C#]
public const int whoisTimeout = 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.

See Also

WhoisClient Class | SocketTools Namespace