Table of Contents

Class ChannelEofMessage

Namespace
Renci.SshNet.Messages.Connection
Assembly
Renci.SshNet.dll

Represents SSH_MSG_CHANNEL_EOF message.

public class ChannelEofMessage : ChannelMessage
Inheritance
ChannelEofMessage
Inherited Members

Constructors

ChannelEofMessage()

Initializes a new instance of the ChannelEofMessage class.

public ChannelEofMessage()

ChannelEofMessage(uint)

Initializes a new instance of the ChannelEofMessage class.

public ChannelEofMessage(uint localChannelNumber)

Parameters

localChannelNumber uint

The local channel number.

Properties

MessageName

public override string MessageName { get; }

Property Value

string

MessageNumber

public override byte MessageNumber { get; }

Property Value

byte