HttpRequest in ASP.NET 5

System.Net.Http.HttpRequestMessageWill the ASP.NET WEB API be reused in ASP.NET 5 or redesigned, will it be introduced? If so, what will happen to the first?

+4
source share
2 answers

Typically, introduced classes are synchronized between versions, and since they HttpRequestMessagewere introduced into .NET 4.5, there is a good chance that the class will remain in the API.

Right now on the site ASP.NET 5on the API reference page you can find HttpMessageContent.HttpRequestMessage , and it is actively used in API 2, for example, in the HttpMessageContent class .

+1
source

ASP.NET 5.0 HttpRequest. - , . , System.Net.Http.HttpRequestMessage . , System.Net.Http.HttpRequestMessage , , HttpClient.

+1

All Articles