PowerTCP SSH and SFTP for .NET
SessionStream Class
Members 




Provides a stream interface to a Session.
Object Model
SessionStream Class
Syntax
'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 
Remarks

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.

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.IO.Stream
         Dart.Ssh.SessionStream

See Also

Reference

SessionStream Members
Dart.Ssh Namespace


PowerTCP SSH and SFTP for .NET Documentation Version 7.0
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic