Xceed .NET Libraries Documentation
Xceed.SSH.Client Assembly / Xceed.SSH.Client Namespace / ExecuteCommandSession Class
Members


In This Topic
    ExecuteCommandSession Class
    In This Topic
    Class that represents the session with the SSH server that will execute a command on the server.
    Syntax
    'Declaration
     
    Public Class ExecuteCommandSession 
       Inherits InteractiveSession
       Implements System.IDisposable 
    'Usage
     
    Dim instance As ExecuteCommandSession
    public class ExecuteCommandSession : InteractiveSession, System.IDisposable  
    Example
    Inheritance Hierarchy

    System.Object
       Xceed.SSH.Client.InteractiveSession
          Xceed.SSH.Client.ExecuteCommandSession

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also