SocketTools .NET Edition

DnsClient.dnsTimeout Field

A constant value which specifies the default timeout period.

[Visual Basic]
Public Const dnsTimeout As Integer = 15
[C#]
public const int dnsTimeout = 15;

Remarks

The default timeout period is 15 seconds for each name resolution query. The total amount of time spent resolving a host name is multiplied by the number of retries specified.

See Also

DnsClient Class | SocketTools Namespace | dnsRetries Field