فهرست منبع

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