Class GlobalRequestMessage
- Namespace
- Renci.SshNet.Messages.Connection
- Assembly
- Renci.SshNet.dll
Represents SSH_MSG_GLOBAL_REQUEST message.
public class GlobalRequestMessage : Message
- Inheritance
-
GlobalRequestMessage
- Inherited Members
Constructors
GlobalRequestMessage()
Initializes a new instance of the GlobalRequestMessage class.
public GlobalRequestMessage()
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.
MessageName
public override string MessageName { get; }
Property Value
MessageNumber
public override byte MessageNumber { get; }
Property Value
RequestName
Gets the name of the request.
public string RequestName { get; }
Property Value
- string
The name of the request.
WantReply
Gets a value indicating whether message reply should be sent..
public bool WantReply { get; }
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()