Renci.SshNet.Messages.Connection.ChannelEofMessage.ChannelEofMessage C# (CSharp) Méthode

ChannelEofMessage() public méthode

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

Same methods

ChannelEofMessage::ChannelEofMessage ( )