Class RequestInfo
- Namespace
- Renci.SshNet.Messages.Connection
- Assembly
- Renci.SshNet.dll
Represents type specific information for channel request.
public abstract class RequestInfo : SshDataInheritance
Derived
Inherited Members
Properties
BufferCapacity
Gets the size of the message in bytes.
protected override int BufferCapacity { get; }Property Value
RequestName
Gets the name of the request.
public abstract string RequestName { get; }Property Value
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()