소스 검색

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>