C# 클래스 Granados.SSH2.SSH2ShellChannel

SSH2 channel operator for the shell.
상속: SSH2SessionChannel
파일 보기 프로젝트 열기: poderosaproject/poderosa

공개 메소드들

메소드 설명
SSH2ShellChannel ( IPacketSender packetSender, SSHConnectionParameter param, SSHProtocolEventManager protocolEventManager, uint localChannel, X11ConnectionManager x11ConnectionManager ) : System

Constructor (initiated by client)

보호된 메소드들

메소드 설명
OnChannelEstablished ( ) : void

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

비공개 메소드들

메소드 설명
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"

메소드 상세

OnChannelEstablished() 보호된 메소드

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

SSH2ShellChannel() 공개 메소드

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
리턴 System