Class ChannelWindowAdjustMessage
- Namespace
- Renci.SshNet.Messages.Connection
- Assembly
- Renci.SshNet.dll
Represents SSH_MSG_CHANNEL_SUCCESS message.
public class ChannelWindowAdjustMessage : ChannelMessageInheritance
Inherited Members
Constructors
ChannelWindowAdjustMessage()
Initializes a new instance of the Renci.SshNet.Messages.Connection.ChannelWindowAdjustMessage class.
public ChannelWindowAdjustMessage()ChannelWindowAdjustMessage(uint, uint)
Initializes a new instance of the Renci.SshNet.Messages.Connection.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
BytesToAdd
Gets number of bytes to add to the window.
public uint BytesToAdd { get; }Property Value
MessageName
Gets the message name as defined in RFC 4250.
public override string MessageName { get; }Property Value
MessageNumber
Gets the message number as defined in RFC 4250.
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()