IHostContextContainer<TContext> Interface
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.
When implemented by a Server allows an IHttpApplication<TContext> to pool and reuse
its TContext
between requests.
generic <typename TContext>
public interface class IHostContextContainer
C#
public interface IHostContextContainer<TContext>
type IHostContextContainer<'Context> = interface
Public Interface IHostContextContainer(Of TContext)
- TContext
The IHttpApplication<TContext> Host context
Host |
Represents the |
منتج | الإصدارات |
---|---|
ASP.NET Core | 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0 |