We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 052e98a commit e3a6e18Copy full SHA for e3a6e18
src/Renci.SshNet/Messages/Connection/ChannelOpenConfirmationMessage.cs
@@ -27,6 +27,12 @@ public class ChannelOpenConfirmationMessage : ChannelMessage
27
/// </value>
28
public uint MaximumPacketSize { get; private set; }
29
30
+ /// <summary>
31
+ /// Gets the size of the message in bytes.
32
+ /// </summary>
33
+ /// <value>
34
+ /// The size of the messages in bytes.
35
+ /// </value>
36
protected override int BufferCapacity
37
{
38
get
0 commit comments