Xceed .NET Libraries Documentation
ExecuteCommandSession Class
Members 


Xceed.SSH.Client Assembly > Xceed.SSH.Client Namespace : ExecuteCommandSession Class
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
Execute and wait
Fire and forget
Capturing command output
Sending text to standard input
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

Reference

ExecuteCommandSession Members
Xceed.SSH.Client Namespace

Overview

Remote Command Execution