瀏覽代碼

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