The connection timeout defined in milliseconds.

Namespace: Jscape.Scp
Assembly: Jscape.Ssh (in Jscape.Ssh.dll) Version: 2.7.2.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);
}

See Also