Table of Contents

Class GlobalRequestMessage

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

Represents SSH_MSG_GLOBAL_REQUEST message.

public class GlobalRequestMessage : Message

Inheritance

Inherited Members

Constructors

GlobalRequestMessage()

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

public GlobalRequestMessage()

Properties

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

RequestName

Gets the name of the request.

public string RequestName { get; }

Property Value

string

WantReply

Gets a value indicating whether message reply should be sent..

public bool WantReply { get; }

Property Value

bool

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()