Share via


Microsoft.AspNetCore.Hosting.Server Namespace

Provides types like IServer that can be implemented to accept incoming requests for the application.

Classes

Name Description
ServerIntegratedAuth

Used by servers to advertise if they support integrated Windows authentication, if it's enabled, and it's scheme.

Interfaces

Name Description
IHttpApplication<TContext>

Represents an application.

IServer

Represents a server.

IServerIntegratedAuth

Used by servers to advertise if they support integrated Windows authentication, if it's enabled, and it's scheme.

Remarks

For more information about ASP.NET Core server functionality, see Servers.