SocketTools .NET Edition

DnsClient.dnsRetries Field

A constant value which specifies the default number of retries.

[Visual Basic]
Public Const dnsRetries As Integer = 4
[C#]
public const int dnsRetries = 4;

Remarks

The default number of retries is 4. Each time a nameserver query is performed, the component will wait until the timeout period elapses. It will retry the query until the maximum number of retries has been reached.

See Also

DnsClient Class | SocketTools Namespace | dnsTimeout Field