Returns the channel stream.

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

Syntax

C#
public Stream GetStream()
Visual Basic
Public Function GetStream As Stream
Visual C++
public:
Stream^ GetStream()

Return Value

the channel stream

Exceptions

ExceptionCondition
Jscape.Ssh..::..SshExceptionif client is closed

See Also