Table of Contents

Class RequestSuccessMessage

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

Represents SSH_MSG_REQUEST_SUCCESS message.

public class RequestSuccessMessage : Message

Inheritance

Inherited Members

Constructors

RequestSuccessMessage()

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

public RequestSuccessMessage()

RequestSuccessMessage(uint)

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

public RequestSuccessMessage(uint boundPort)

Parameters

boundPort uint

The bound port.

Properties

BoundPort

Gets the bound port.

public uint? BoundPort { get; }

Property Value

uint?

BufferCapacity

Gets the size of the message in bytes.

protected override int BufferCapacity { get; }

Property Value

int

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

Methods

LoadData()

Called when type specific data need to be loaded.

protected override void LoadData()

SaveData()

Called when type specific data need to be saved.

protected override void SaveData()