Microsoft.AspNetCore.Hosting.Server Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides types like IServer that can be implemented to accept incoming requests for the application.
Classes
ServerIntegratedAuth |
Used by servers to advertise if they support integrated Windows authentication, if it's enabled, and it's scheme. |
Interfaces
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.