IntelliTect / EssentialCSharp

This project contains the source code for the book Essential C# by Mark Michaelis (Addison-Wesley).
https://essentialcsharp.com/
MIT License
387 stars 159 forks source link

Review Chapter 20 Change to HttpClient #566

Closed MarkMichaelis closed 9 months ago

MarkMichaelis commented 1 year ago

Please review and accept changes in Chapter 20 for HttpClient.

Keboo commented 1 year ago

Accepted most of them. There are still a few issues which I flagged in the chapter. Specifically, some of the text around listing 20.1, and also fixed some exception handling. https://github.com/IntelliTect/EssentialCSharp/pull/567