Returns the channel stream.
Namespace: Jscape.SshAssembly: 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
Exception | Condition |
---|---|
Jscape.Ssh..::..SshException | if client is closed |