Gets InputStream from socket connection established with server. IpClient#Connect method must be invoked prior to invoking this method.

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

Syntax

C#
public Stream Stream { get; }
Visual Basic
Public ReadOnly Property Stream As Stream
	Get
Visual C++
public:
property Stream^ Stream {
	Stream^ get ();
}

See Also