PowerTCP SSH and SFTP for .NET
Ssh Class
Members 




The Ssh component is used to manage one or more SSH sessions.
Object Model
Ssh ClassConnection Class
Syntax
'Declaration
 
Public Class Ssh 
   Inherits SshConnection
'Usage
 
Dim instance As Ssh
public class Ssh : SshConnection 
public __gc class Ssh : public SshConnection 
public ref class Ssh : public SshConnection 
Remarks
Typically, the SshConnection.Connect and SshConnection.Authenticate methods are used to establish an active connection (indicated by the SshConnection.State property). Subsequent calls to StartShell, StartShell(String,Int32,Int32,Int32,Int32,Byte[]), Execute(String) and StartSubSystem return SessionStream objects that utilized the Connection object to communicate with the host.
Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         Dart.Ssh.ComponentBase
            Dart.Ssh.SshConnection
               Dart.Ssh.Ssh

See Also

Reference

Ssh 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