This repository was archived by the owner on Mar 19, 2019. It is now read-only.
This repository was archived by the owner on Mar 19, 2019. It is now read-only.
UseHttpSys against IServiceCollection to support generic host #448
Closed
Description
see aspnet/KestrelHttpServer#2498 for Kestrel.
similar issue exists for UseHttpSys, and it's even harder as MessagePump class is marked as internal.
'
public static IServiceCollection UseHttpSys(this IServiceCollection services)
{
services.AddSingleton<IServer, MessagePump>();
services.AddAuthenticationCore();
return services;
}
'
Metadata
Metadata
Assignees
Labels
No labels