IChannel
Represents SSH channel.
            
                
Gets a value indicating whether this channel is open.
            
Gets the local channel number.
            
Gets the maximum size of a data packet that we can receive using the channel.
            
Gets the maximum size of a data packet that can be sent using the channel.
            
Occurs when  ChannelCloseMessage is received.
            
Occurs when  ChannelDataMessage is received.
            
Occurs when an exception is thrown when processing channel messages.
            
Occurs when  ChannelExtendedDataMessage is received.
            
Occurs when  ChannelRequestMessage is received.
            
Sends a SSH_MSG_CHANNEL_DATA message with the specified payload.
            
Sends a SSH_MSG_CHANNEL_DATA message with the specified payload.
            
void SendEof()
Sends a SSH_MSG_CHANNEL_EOF message to the remote server.