Class ChannelWindowAdjustMessage
- Namespace
- Renci.SshNet.Messages.Connection
- Assembly
- Renci.SshNet.dll
Represents SSH_MSG_CHANNEL_SUCCESS message.
public class ChannelWindowAdjustMessage : ChannelMessage
- Inheritance
-
ChannelWindowAdjustMessage
- Inherited Members
Constructors
ChannelWindowAdjustMessage()
Initializes a new instance of the ChannelWindowAdjustMessage class.
public ChannelWindowAdjustMessage()
ChannelWindowAdjustMessage(uint, uint)
Initializes a new instance of the ChannelWindowAdjustMessage class.
public ChannelWindowAdjustMessage(uint localChannelNumber, uint bytesToAdd)
Parameters
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.
BytesToAdd
Gets number of bytes to add to the window.
public uint BytesToAdd { get; }
Property Value
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()