-
Notifications
You must be signed in to change notification settings - Fork 10.1k
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
Labels
area-blazor
Includes: Blazor, Razor Components
Comments
SteveSandersonMS
referenced
this issue
in dotnet/blazor
Feb 28, 2018
SteveSandersonMS
referenced
this issue
in dotnet/blazor
Feb 28, 2018
Implemented in 7148a17 |
SteveSandersonMS
referenced
this issue
in SteveSandersonMS/BlazorMigration
Nov 27, 2018
@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. |
@danroth27 thank you for the fast reply I appreciate that, I will try it. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 aWebRequestHandler
that can be used withHttpClient
.The text was updated successfully, but these errors were encountered: