Closed
Description
Additionally, I have not seen much documentation that includes the method encapsulated HttpClient configuration pattern whose DI setup looks like.
'''
services.AddHttpClient<IMyService, MyServiceImplementation>( configuration => ...)
'''
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
- ID: 3bfcc1a8-ddda-810c-17b0-56a506045d67
- Version Independent ID: 5415878b-e60b-5433-7b4b-efc8259908f0
- Content: Create a REST client using .NET Core
- Content Source: docs/csharp/tutorials/console-webapiclient.md
- Product: dotnet-csharp
- GitHub Login: @BillWagner
- Microsoft Alias: wiwagn