C# Class Granados.SSH2.SSH2ShellChannel

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

Méthodes publiques

Méthode Description
SSH2ShellChannel ( IPacketSender packetSender, SSHConnectionParameter param, SSHProtocolEventManager protocolEventManager, uint localChannel, X11ConnectionManager x11ConnectionManager ) : 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
SendAuthAgentRequest ( ) : bool

Sends SSH_MSG_CHANNEL_REQUEST "[email protected]"

SendPtyRequest ( ) : bool

Sends SSH_MSG_CHANNEL_REQUEST "pty-req"

SendShellRequest ( ) : bool

Sends SSH_MSG_CHANNEL_REQUEST "shell"

SendX11Request ( ) : bool

Sends SSH_MSG_CHANNEL_REQUEST "x11-req"

Method Details

OnChannelEstablished() protected méthode

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

SSH2ShellChannel() public méthode

Constructor (initiated by client)
public SSH2ShellChannel ( IPacketSender packetSender, SSHConnectionParameter param, SSHProtocolEventManager protocolEventManager, uint localChannel, X11ConnectionManager x11ConnectionManager ) : System
packetSender IPacketSender
param SSHConnectionParameter
protocolEventManager SSHProtocolEventManager
localChannel uint
x11ConnectionManager Granados.X11.X11ConnectionManager
Résultat System