Skip to content
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

Standard BCL HttpClient #16467

Closed
SteveSandersonMS opened this issue Feb 23, 2018 · 3 comments
Closed

Standard BCL HttpClient #16467

SteveSandersonMS opened this issue Feb 23, 2018 · 3 comments
Labels
area-blazor Includes: Blazor, Razor Components

Comments

@SteveSandersonMS
Copy link
Member

For 0.0.5, our HttpClient is not the standard BCL one, because Mono for WebAssembly doesn't yet support it.

As soon as possible, we'd like to change to the standard System.Net.Http.WebClient, which basically means converting the existing implementation into a WebRequestHandler that can be used with HttpClient.

@SteveSandersonMS
Copy link
Member Author

Implemented in 7148a17

@danroth27
Copy link
Member

@avillarubia Currently we only support HttpClient in client-side Blazor apps. If you're interested in WebClient support, please open an issue on the https://github.com/mono/mono repo.

@avillarubia
Copy link

@danroth27 thank you for the fast reply I appreciate that, I will try it.

@mkArtakMSFT mkArtakMSFT transferred this issue from dotnet/blazor Oct 27, 2019
@mkArtakMSFT mkArtakMSFT added the area-blazor Includes: Blazor, Razor Components label Oct 27, 2019
@ghost ghost locked as resolved and limited conversation to collaborators Dec 4, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-blazor Includes: Blazor, Razor Components
Projects
None yet
Development

No branches or pull requests

4 participants