ComponentSpace DNS Class Library Reference

DnsClient.ReceiveTimeout Property

Gets or sets the number of milliseconds to wait for the response from the server.

[Visual Basic]
Public Property ReceiveTimeout As Integer
[C#]
public int ReceiveTimeout {get; set;}

Property Value

The number of milliseconds to wait for the response from the server. The default is 30 seconds.

See Also

DnsClient Class | ComponentSpace.Dns Namespace