Gets/Sets the Socket Timeout parameter.

Namespace: Jscape.Telnet
Assembly: Jscape.Telnet (in Jscape.Telnet.dll) Version: 2.6.1.0

Syntax

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

Remarks

Default value is 5000ms.

See Also