IHostContextContainer<TContext> Interface

Definition

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 TContext of the host.

Applies to