The debug stream.

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

Syntax

C#
public TextWriter DebugStream { get; set; }
Visual Basic
Public Property DebugStream As TextWriter
	Get
	Set
Visual C++
public:
property TextWriter^ DebugStream {
	TextWriter^ get ();
	void set (TextWriter^ value);
}

See Also