C# Class Granados.SSH2.SSH2ExecChannel

SSH2 channel operator for the command execution.
Inheritance: SSH2SessionChannel
Afficher le fichier Open project: poderosaproject/poderosa

Méthodes publiques

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

Constructor (initiated by client)

Méthodes protégées

Méthode Description
OnChannelEstablished ( ) : void

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

Private Methods

Méthode Description
SendExecRequest ( ) : void

Sends SSH_MSG_CHANNEL_REQUEST "exec"

Method Details

OnChannelEstablished() protected méthode

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

SSH2ExecChannel() public méthode

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
Résultat System