IHostContextContainer<TContext> Interface
Definition
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
public interface IHostContextContainer<TContext>
type IHostContextContainer<'Context> = interface
Public Interface IHostContextContainer(Of TContext)
Type Parameters
- TContext
The IHttpApplication<TContext> Host context
Properties
| HostContext |
Represents the |