Skip to content

Commit ef80d2c

Browse files
Revert "Update the last set of items (comments) so that they reference SshNet.Session.InfiniteTimeSpan"
This reverts commit ee774a3.
1 parent ee774a3 commit ef80d2c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

src/Renci.SshNet/NetConfClient.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ public class NetConfClient : BaseClient
2121
/// Gets or sets the operation timeout.
2222
/// </summary>
2323
/// <value>
24-
/// The timeout to wait until an operation completes. The default value is <see cref="SshNet.Session.InfiniteTimeSpan"/>
25-
/// , which indicates an infinite time-out period.
24+
/// The timeout to wait until an operation completes. The default value is negative
25+
/// one (-1) milliseconds, which indicates an infinite time-out period.
2626
/// </value>
2727
public TimeSpan OperationTimeout { get; set; }
2828

src/Renci.SshNet/ScpClient.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ public partial class ScpClient : BaseClient
2121
/// Gets or sets the operation timeout.
2222
/// </summary>
2323
/// <value>
24-
/// The timeout to wait until an operation completes. The default value is <see cref="SshNet.Session.InfiniteTimeSpan"/>
25-
/// , which indicates an infinite time-out period.
24+
/// The timeout to wait until an operation completes. The default value is negative
25+
/// one (-1) milliseconds, which indicates an infinite time-out period.
2626
/// </value>
2727
public TimeSpan OperationTimeout { get; set; }
2828

src/Renci.SshNet/SftpClient.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ public class SftpClient : BaseClient
3737
/// Gets or sets the operation timeout.
3838
/// </summary>
3939
/// <value>
40-
/// The timeout to wait until an operation completes. The default value is <see cref="SshNet.Session.InfiniteTimeSpan"/>
41-
/// , which indicates an infinite time-out period.
40+
/// The timeout to wait until an operation completes. The default value is negative
41+
/// one (-1) milliseconds, which indicates an infinite timeout period.
4242
/// </value>
4343
/// <exception cref="ObjectDisposedException">The method was called after the client was disposed.</exception>
4444
public TimeSpan OperationTimeout

0 commit comments

Comments
 (0)