mirror of
https://github.com/sshnet/SSH.NET.git
synced 2026-09-11 01:36:39 +00:00
Revert "Update the last set of items (comments) so that they reference SshNet.Session.InfiniteTimeSpan"
This reverts commit ee774a3ce7.
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
||||
@@ -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; }
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user