We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebc7faf commit 2829921Copy full SHA for 2829921
docs/fundamentals/networking/snippets/httpclient/Program.CancellationStream.cs
@@ -5,8 +5,8 @@ static async Task WithCancellationExtensionsAsync(HttpClient httpClient)
5
// <helpers>
6
try
7
{
8
- // These extension methods will throw HttpRequestException
9
- // with StatusCode set when the HTTP request status code isn't 2xx:
+ // These methods will throw HttpRequestException
+ // with StatusCode set when the HTTP response status code isn't 2xx:
10
//
11
// GetByteArrayAsync
12
// GetStreamAsync
0 commit comments