Gets/Sets debug output stream.

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

Syntax

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

See Also