C# Class Granados.SSH2.SSH2SubsystemChannel

SSH2 channel operator for the subsystem.
Inheritance: SSH2SessionChannel
Show file Open project: poderosaproject/poderosa

Public Methods

Method Description
SSH2SubsystemChannel ( IPacketSender packetSender, SSHConnectionParameter param, SSHProtocolEventManager protocolEventManager, uint localChannel, string subsystemName ) : System

Constructor (initiated by client)

Protected Methods

Method Description
OnChannelEstablished ( ) : void

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

Private Methods

Method Description
SendSubsystemRequest ( ) : void

Sends SSH_MSG_CHANNEL_REQUEST "subsystem"

Method Details

OnChannelEstablished() protected method

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

SSH2SubsystemChannel() public method

Constructor (initiated by client)
public SSH2SubsystemChannel ( IPacketSender packetSender, SSHConnectionParameter param, SSHProtocolEventManager protocolEventManager, uint localChannel, string subsystemName ) : System
packetSender IPacketSender
param SSHConnectionParameter
protocolEventManager SSHProtocolEventManager
localChannel uint
subsystemName string
return System