C# Class Renci.SshNet.Messages.Connection.ChannelEofMessage

Inheritance: ChannelMessage
Datei anzeigen Open project: sshnet/SSH.NET Class Usage Examples

Public Methods

Method Description
ChannelEofMessage ( )

Initializes a new instance of the ChannelEofMessage class.

ChannelEofMessage ( uint localChannelNumber )

Initializes a new instance of the ChannelEofMessage class.

Private Methods

Method Description
Process ( Session session ) : void

Method Details

ChannelEofMessage() public method

Initializes a new instance of the ChannelEofMessage class.
public ChannelEofMessage ( )

ChannelEofMessage() public method

Initializes a new instance of the ChannelEofMessage class.
public ChannelEofMessage ( uint localChannelNumber )
localChannelNumber uint The local channel number.