Microsoft.AspNetCore.Hosting.Server.Abstractions
Represents an application.
The context associated with the application.
Create a TContext given a collection of HTTP features.
A collection of HTTP features to be used for creating the TContext.
The created TContext.
Asynchronously processes an TContext.
The TContext that the operation will process.
Dispose a given TContext.
The TContext to be disposed.
The Exception thrown when processing did not complete successfully, otherwise null.
Represents a server.
A collection of HTTP features of the server.
Start the server with an application.
An instance of .
The context associated with the application.
Indicates if the server startup should be aborted.
Stop processing requests and shut down the server, gracefully if possible.
Indicates if the graceful shutdown should be aborted.