Table of Contents

Class ChannelSuccessMessage

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

Represents SSH_MSG_CHANNEL_SUCCESS message.

public class ChannelSuccessMessage : ChannelMessage
Inheritance
ChannelSuccessMessage
Inherited Members

Constructors

ChannelSuccessMessage()

Initializes a new instance of the ChannelSuccessMessage class.

public ChannelSuccessMessage()

ChannelSuccessMessage(uint)

Initializes a new instance of the ChannelSuccessMessage class.

public ChannelSuccessMessage(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