-
Notifications
You must be signed in to change notification settings - Fork 5.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Needs updating to include .NET Core 2.1 HttpClientFactory #7489
Comments
Thanks for raising this issue @rcollette I've added this to our backlog for the next update to this sample. |
Any news on this Bill? |
For those of us behind corporate firewalls it would be helpful to include a discussion about proxy handling including examples of setting up the WebProxy and HttpClientHandler classes needed. |
For anybody who has trouble with proxy: This worked for me: Replace: |
This comment has been minimized.
This comment has been minimized.
@dotnet/docs - This issue was not addressed and I still believe it is an important feature to document. |
@rcollette Have you already read the following doc? https://docs.microsoft.com/aspnet/core/fundamentals/http-requests The doc contains some examples of calls to |
Yeah that suffices @scottaddie. Thank you for responding. |
Thanks @scottaddie. @rcollette We'll leave this closed, as addressed. |
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.
The text was updated successfully, but these errors were encountered: