C# Class Granados.SSH2.SSH2SessionChannel

SSH2 channel operator for the session.
Inheritance: SSH2ChannelBase
Show file Open project: poderosaproject/poderosa

Public Methods

Method Description
SSH2SessionChannel ( IPacketSender packetSender, SSHConnectionParameter param, SSHProtocolEventManager protocolEventManager, uint localChannel ) : System

Constructor (initiated by client)

SendBreak ( int breakLength ) : bool

Send Break. (SSH2, session channel only)

Method Details

SSH2SessionChannel() public method

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

SendBreak() public method

Send Break. (SSH2, session channel only)
the channel is already closed.
public SendBreak ( int breakLength ) : bool
breakLength int break-length in milliseconds
return bool