mirror of
https://github.com/sshnet/SSH.NET.git
synced 2026-09-10 01:05:42 +00:00
Fix XML doc comments for MaxPendingReads property exceptions
Agent-Logs-Url: https://github.com/sshnet/SSH.NET/sessions/b4b9b5e6-e214-41a2-9efd-0c2a63f65426 Co-authored-by: WojciechNagorski <17333903+WojciechNagorski@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
56f9e2a744
commit
8faef07356
@@ -66,7 +66,7 @@ namespace Renci.SshNet
|
||||
/// can prevent connection stalls when downloading larger files.
|
||||
/// </para>
|
||||
/// </remarks>
|
||||
/// <exception cref="ArgumentOutOfRangeException"><paramref name="value"/> is less than 1.</exception>
|
||||
/// <exception cref="ArgumentOutOfRangeException">The value is less than 1.</exception>
|
||||
/// <exception cref="ObjectDisposedException">The method was called after the client was disposed.</exception>
|
||||
int MaxPendingReads { get; set; }
|
||||
|
||||
|
||||
@@ -134,7 +134,7 @@ namespace Renci.SshNet
|
||||
/// can prevent connection stalls when downloading larger files.
|
||||
/// </para>
|
||||
/// </remarks>
|
||||
/// <exception cref="ArgumentOutOfRangeException"><paramref name="value"/> is less than 1.</exception>
|
||||
/// <exception cref="ArgumentOutOfRangeException">The value is less than 1.</exception>
|
||||
/// <exception cref="ObjectDisposedException">The method was called after the client was disposed.</exception>
|
||||
public int MaxPendingReads
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user