Skip to content

WebListener packages and APIs merged and renamed #211

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

Open
Tratcher opened this issue Jan 4, 2017 · 0 comments
Open

WebListener packages and APIs merged and renamed #211

Tratcher opened this issue Jan 4, 2017 · 0 comments

Comments

@Tratcher
Copy link
Member

Tratcher commented Jan 4, 2017

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.

See aspnet/HttpSysServer#289 for discussion.

@Tratcher Tratcher added this to the 2.0.0 milestone Jan 4, 2017
@aspnet aspnet locked and limited conversation to collaborators Jan 4, 2017
@danroth27 danroth27 added the 2.0.0 label Aug 3, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants