Method | Description | |
---|---|---|
SSH2ShellChannel ( IPacketSender |
Constructor (initiated by client)
|
Method | Description | |
---|---|---|
OnChannelEstablished ( ) : void |
Do additional work when SSH2ChannelBase.State was changed to SSH2ChannelBase.State.Established.
|
Method | 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"
|
public SSH2ShellChannel ( IPacketSender |
||
packetSender | IPacketSender |
|
param | SSHConnectionParameter | |
protocolEventManager | SSHProtocolEventManager | |
localChannel | uint | |
x11ConnectionManager | ||
return | System |