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:
copilot-swe-agent[bot]
2026-05-08 13:47:30 +00:00
committed by GitHub
parent 56f9e2a744
commit 8faef07356
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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; }
+1 -1
View File
@@ -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
{