Gets or sets the amount of time a TcpClient will wait to receive data once a read operation is initiated.

Namespace: Limilabs.WHOIS.Client
Assembly: Whois (in Whois.dll) Version: 2.0.1238.1610

Syntax

C#
public TimeSpan ReceiveTimeout { get; set; }
Visual Basic
Public Property ReceiveTimeout As TimeSpan
	Get
	Set
Visual C++
public:
property TimeSpan ReceiveTimeout {
	TimeSpan get ();
	void set (TimeSpan value);
}

See Also