Skip to content

Commit

Permalink
Added a comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
basicn86 committed Jul 4, 2023
1 parent 0c448c6 commit 058b50e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HtmlAgilityPack.Shared/HtmlWeb.cs
Original file line number Diff line number Diff line change
Expand Up @@ -803,7 +803,7 @@ internal static HttpClient GetSharedHttpClient(string userAgent)
public DecompressionMethods AutomaticDecompression { get; set; }

/// <summary>
/// Gets or sets the timeout value in milliseconds. Must be greater than zero.
/// Gets or sets the timeout value in milliseconds. Must be greater than zero. A value of -1 sets the timeout to be infinite.
/// </summary>
public int Timeout
{
Expand Down

0 comments on commit 058b50e

Please sign in to comment.