C# Class Granados.SSH2.SSH2ExecChannel

SSH2 channel operator for the command execution.
Inheritance: SSH2SessionChannel
Show file Open project: poderosaproject/poderosa

Public Methods

Method Description
SSH2ExecChannel ( IPacketSender packetSender, SSHConnectionParameter param, SSHProtocolEventManager protocolEventManager, uint localChannel, string command ) : System

Constructor (initiated by client)

Protected Methods

Method Description
OnChannelEstablished ( ) : void

Do additional work when SSH2ChannelBase.State was changed to SSH2ChannelBase.State.Established.

Private Methods

Method Description
SendExecRequest ( ) : void

Sends SSH_MSG_CHANNEL_REQUEST "exec"

Method Details

OnChannelEstablished() protected method

Do additional work when SSH2ChannelBase.State was changed to SSH2ChannelBase.State.Established.
protected OnChannelEstablished ( ) : void
return void

SSH2ExecChannel() public method

Constructor (initiated by client)
public SSH2ExecChannel ( IPacketSender packetSender, SSHConnectionParameter param, SSHProtocolEventManager protocolEventManager, uint localChannel, string command ) : System
packetSender IPacketSender
param SSHConnectionParameter
protocolEventManager SSHProtocolEventManager
localChannel uint
command string
return System