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

Namespace: Lesnikowski.Client
Assembly: Mail (in Mail.dll) Version: 3.0.1213.909

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