Class RequestInfo
- Namespace
- Renci.SshNet.Messages.Connection
- Assembly
- Renci.SshNet.dll
Represents type specific information for channel request.
public abstract class RequestInfo : SshData
- Inheritance
-
RequestInfo
- Derived
- Inherited Members
Constructors
RequestInfo()
protected RequestInfo()
Properties
BufferCapacity
Gets the size of the message in bytes.
protected override int BufferCapacity { get; }
Property Value
- int
The size of the messages in bytes.
RequestName
Gets the name of the request.
public abstract string RequestName { get; }
Property Value
- string
The name of the request.
WantReply
Gets or sets a value indicating whether reply message is needed.
public bool WantReply { get; protected set; }
Property Value
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()