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

Inherited Members

Constructors

ChannelEofMessage()

Initializes a new instance of the Renci.SshNet.Messages.Connection.ChannelEofMessage class.

public ChannelEofMessage()

ChannelEofMessage(uint)

Initializes a new instance of the Renci.SshNet.Messages.Connection.ChannelEofMessage class.

public ChannelEofMessage(uint localChannelNumber)

Parameters

localChannelNumber uint

The local channel number.

Properties

MessageName

Gets the message name as defined in RFC 4250.

public override string MessageName { get; }

Property Value

string

MessageNumber

Gets the message number as defined in RFC 4250.

public override byte MessageNumber { get; }

Property Value

byte