File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -143,13 +143,13 @@ public class ConnectionInfo : IConnectionInfoInternal
143
143
public TimeSpan Timeout { get ; set ; }
144
144
145
145
/// <summary>
146
- /// Gets or sets the timeout to used when waiting for a server to acknowledge closing a channel.
146
+ /// Gets or sets the timeout to use when waiting for a server to acknowledge closing a channel.
147
147
/// </summary>
148
148
/// <value>
149
149
/// The channel close timeout. The default value is 1 second.
150
150
/// </value>
151
151
/// <remarks>
152
- /// If a server does not send a <c>SSH2_MSG_CHANNEL_CLOSE </c> message before the specified timeout
152
+ /// If a server does not send a <c>SSH_MSG_CHANNEL_CLOSE </c> message before the specified timeout
153
153
/// elapses, the channel will be closed immediately.
154
154
/// </remarks>
155
155
public TimeSpan ChannelCloseTimeout { get ; set ; }
You can’t perform that action at this time.
0 commit comments