The time to wait for a response from a server before resending request or timing out.

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

Syntax

C#
public TimeSpan TimeOut { get; set; }
Visual Basic (Declaration)
Public Property TimeOut As TimeSpan

Remarks

Default value: 2 seconds

See Also