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 e86fd18 commit ea47d9dCopy full SHA for ea47d9d
src/Renci.SshNet/Channels/Channel.cs
@@ -133,6 +133,7 @@ protected ISession Session
133
/// <para>
134
/// We currently do not enforce this limit.
135
/// </para>
136
+ /// </remarks>
137
public uint LocalPacketSize { get; private set; }
138
139
/// <summary>
src/Renci.SshNet/Channels/IChannel.cs
@@ -56,6 +56,7 @@ internal interface IChannel : IDisposable
56
57
58
59
60
uint LocalPacketSize { get; }
61
62
0 commit comments