Checks if the client is still connected

Namespace: Jscape.Ssh
Assembly: Jscape.Ssh (in Jscape.Ssh.dll) Version: 2.7.2.0

Syntax

C#
public bool Connected { get; }
Visual Basic
Public ReadOnly Property Connected As Boolean
	Get
Visual C++
public:
property bool Connected {
	bool get ();
}

See Also