Class RequestSuccessMessage
- Namespace
- Renci.SshNet.Messages.Connection
- Assembly
- Renci.SshNet.dll
Represents SSH_MSG_REQUEST_SUCCESS message.
public class RequestSuccessMessage : Message
- Inheritance
-
RequestSuccessMessage
- Inherited Members
Constructors
RequestSuccessMessage()
Initializes a new instance of the RequestSuccessMessage class.
public RequestSuccessMessage()
RequestSuccessMessage(uint)
Initializes a new instance of the RequestSuccessMessage class.
public RequestSuccessMessage(uint boundPort)
Parameters
boundPort
uintThe bound port.
Properties
BoundPort
Gets the bound port.
public uint? BoundPort { get; }
Property Value
- uint?
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
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()