瀏覽代碼

Fix xml doc.

Gert Driesen 8 年之前
父節點
當前提交
ea47d9db98
共有 2 個文件被更改,包括 2 次插入0 次删除
  1. 1 0
      src/Renci.SshNet/Channels/Channel.cs
  2. 1 0
      src/Renci.SshNet/Channels/IChannel.cs

+ 1 - 0
src/Renci.SshNet/Channels/Channel.cs

@@ -133,6 +133,7 @@ namespace Renci.SshNet.Channels
         /// <para>
         /// We currently do not enforce this limit.
         /// </para>
+        /// </remarks>
         public uint LocalPacketSize { get; private set; }
 
         /// <summary>

+ 1 - 0
src/Renci.SshNet/Channels/IChannel.cs

@@ -56,6 +56,7 @@ namespace Renci.SshNet.Channels
         /// <para>
         /// We currently do not enforce this limit.
         /// </para>
+        /// </remarks>
         uint LocalPacketSize { get; }
 
         /// <summary>