فهرست منبع

Revert "Update the last set of items (comments) so that they reference SshNet.Session.InfiniteTimeSpan"

This reverts commit ee774a3ce79d29b07e37a11a18409f9c9f5e92dd.
Matthew Vukomanovic 9 سال پیش
والد
کامیت
ef80d2c175
3فایلهای تغییر یافته به همراه6 افزوده شده و 6 حذف شده
  1. 2 2
      src/Renci.SshNet/NetConfClient.cs
  2. 2 2
      src/Renci.SshNet/ScpClient.cs
  3. 2 2
      src/Renci.SshNet/SftpClient.cs

+ 2 - 2
src/Renci.SshNet/NetConfClient.cs

@@ -21,8 +21,8 @@ namespace Renci.SshNet
         /// Gets or sets the operation timeout.
         /// </summary>
         /// <value>
-        /// The timeout to wait until an operation completes. The default value is <see cref="SshNet.Session.InfiniteTimeSpan"/>
-        /// , which indicates an infinite time-out period.
+        /// The timeout to wait until an operation completes. The default value is negative
+        /// one (-1) milliseconds, which indicates an infinite time-out period.
         /// </value>
         public TimeSpan OperationTimeout { get; set; }
 

+ 2 - 2
src/Renci.SshNet/ScpClient.cs

@@ -21,8 +21,8 @@ namespace Renci.SshNet
         /// Gets or sets the operation timeout.
         /// </summary>
         /// <value>
-        /// The timeout to wait until an operation completes. The default value is <see cref="SshNet.Session.InfiniteTimeSpan"/>
-        /// , which indicates an infinite time-out period.
+        /// The timeout to wait until an operation completes. The default value is negative
+        /// one (-1) milliseconds, which indicates an infinite time-out period.
         /// </value>
         public TimeSpan OperationTimeout { get; set; }
 

+ 2 - 2
src/Renci.SshNet/SftpClient.cs

@@ -37,8 +37,8 @@ namespace Renci.SshNet
         /// Gets or sets the operation timeout.
         /// </summary>
         /// <value>
-        /// The timeout to wait until an operation completes. The default value is <see cref="SshNet.Session.InfiniteTimeSpan"/>
-        /// , which indicates an infinite time-out period.
+        /// The timeout to wait until an operation completes. The default value is negative
+        /// one (-1) milliseconds, which indicates an infinite timeout period.
         /// </value>
         /// <exception cref="ObjectDisposedException">The method was called after the client was disposed.</exception>
         public TimeSpan OperationTimeout