The number of times each DNS request should be resent if the DNS server does not respond with the TimeOut period.

Namespace:  JHSoftware
Assembly:  JHSoftware.DnsClient (in JHSoftware.DnsClient.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#
public int RetryCount { get; set; }
Visual Basic (Declaration)
Public Property RetryCount As Integer

Remarks

Default value: 1

See Also