Gets or sets the amount of time a TcpClient will wait for a send operation to complete successfully.

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

Syntax

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

See Also