PowerTCP SSH and SFTP for .NET
Session Class
Members 




Session over which a single program is remotely executed.
Object Model
Session Class
Syntax
'Declaration
 
Public Class Session 
'Usage
 
Dim instance As Session
public class Session 
public __gc class Session 
public ref class Session 
Remarks

Program can be a shell, application or a system command, and may or may not have a tty. Only one program can be started on a session. Multiple sessions can be active simultaneously, however most SSH servers impose a limit on the number of concurrent sessions.

Inheritance Hierarchy

System.Object
   Dart.Ssh.Session

See Also

Reference

Session 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