You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The packages Microsoft.AspNetCore.Server.WebListener and Microsoft.Net.Http.Server have been merged into a new package Microsoft.AspNetCore.Server.HttpSys. The namespaces have been updated to match.
The WebHostBuilder extension has similarly been renamed from UseWebListener to UseHttpSys. The options for this extension have been flattened as shown here.
The low level WebListener API has been removed to avoid duplication and confusion with HttpListener which has recently been added to .NET Core.
A few more consolidations and optimizations will follow, as discussed here: aspnet/HttpSysServer#283. The discussion issue will be updated accordingly with any additional breaking changes.
The packages
Microsoft.AspNetCore.Server.WebListener
andMicrosoft.Net.Http.Server
have been merged into a new packageMicrosoft.AspNetCore.Server.HttpSys
. The namespaces have been updated to match.The WebHostBuilder extension has similarly been renamed from
UseWebListener
toUseHttpSys
. The options for this extension have been flattened as shown here.The low level WebListener API has been removed to avoid duplication and confusion with HttpListener which has recently been added to .NET Core.
A few more consolidations and optimizations will follow, as discussed here: aspnet/HttpSysServer#283. The discussion issue will be updated accordingly with any additional breaking changes.
See aspnet/HttpSysServer#289 for discussion.
The text was updated successfully, but these errors were encountered: