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

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

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