소스 검색

Added slashdoc.

drieseng 9 년 전
부모
커밋
e3a6e18424
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      src/Renci.SshNet/Messages/Connection/ChannelOpenConfirmationMessage.cs

+ 6 - 0
src/Renci.SshNet/Messages/Connection/ChannelOpenConfirmationMessage.cs

@@ -27,6 +27,12 @@
         /// </value>
         public uint MaximumPacketSize { get; private set; }
 
+        /// <summary>
+        /// Gets the size of the message in bytes.
+        /// </summary>
+        /// <value>
+        /// The size of the messages in bytes.
+        /// </value>
         protected override int BufferCapacity
         {
             get