Table of Contents

Class RequestInfo

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

Represents type specific information for channel request.

public abstract class RequestInfo : SshData

Inheritance

Derived

Inherited Members

Properties

BufferCapacity

Gets the size of the message in bytes.

protected override int BufferCapacity { get; }

Property Value

int

RequestName

Gets the name of the request.

public abstract string RequestName { get; }

Property Value

string

WantReply

Gets or sets a value indicating whether reply message is needed.

public bool WantReply { get; protected set; }

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