Dart.Ssh Namespace : SessionStream Class |
'Declaration Public Class SessionStream Inherits System.IO.Stream
'Usage Dim instance As SessionStream
public class SessionStream : System.IO.Stream
public __gc class SessionStream : public System.IO.Stream
public ref class SessionStream : public System.IO.Stream
The SessionStream class creates a new SSH session interface based upon the Session passed into its constructor. Multiple sessions can be created using the same Connection. Each SessionStream executes a single application or system command on the host, and is closed when that application or command completes.
Typically, a SessionStream will be used to allow user interaction with a shell using a PTY (pseudo terminal), or it will be used to execute a single user application or system command.
System.Object
System.MarshalByRefObject
System.IO.Stream
Dart.Ssh.SessionStream