Microsoft.AspNetCore.Hosting.Server.Abstractions 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 that can be implemented by a server to pool HttpContext instances.
Interfaces
IHostContextContainer<TContext> |
When implemented by a Server allows an IHttpApplication<TContext> to pool and reuse
its |
Remarks
For more information about ASP.NET Core server functionality, see Servers.