Skip to content
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
@chuanboz

Description

@chuanboz

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions