ComponentSpace ICMP Class Library Reference

EchoClient.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 5 seconds.

See Also

EchoClient Class | ComponentSpace.Icmp Namespace