C# 클래스 Granados.SSH2.SSH2ExecChannel

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

공개 메소드들

메소드 설명
SSH2ExecChannel ( IPacketSender packetSender, SSHConnectionParameter param, SSHProtocolEventManager protocolEventManager, uint localChannel, string command ) : System

Constructor (initiated by client)

보호된 메소드들

메소드 설명
OnChannelEstablished ( ) : void

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

비공개 메소드들

메소드 설명
SendExecRequest ( ) : void

Sends SSH_MSG_CHANNEL_REQUEST "exec"

메소드 상세

OnChannelEstablished() 보호된 메소드

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

SSH2ExecChannel() 공개 메소드

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