The reader flag.

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

Syntax

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

See Also