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 8f05f20 commit 5e31cf7Copy full SHA for 5e31cf7
docs/csharp/tutorials/console-webapiclient.md
@@ -214,7 +214,7 @@ The `ProcessRepositoriesAsync` method can do the async work and return a collect
214
1. Change the signature of `ProcessRepositoriesAsync` to return a task whose result is a list of `Repository` objects:
215
216
```csharp
217
- static async Task<List<Repository>> ProcessRepositoriesAsync()
+ static async Task<List<Repository>> ProcessRepositoriesAsync(HttpClient client)
218
```
219
220
1. Return the repositories after processing the JSON response:
0 commit comments