IHostContextContainer<TContext> Interfaz

Definición

Cuando un servidor lo implementa permite IHttpApplication<TContext> agrupar y reutilizar entre TContext solicitudes.

generic <typename TContext>
public interface class IHostContextContainer
public interface IHostContextContainer<TContext>
type IHostContextContainer<'Context> = interface
Public Interface IHostContextContainer(Of TContext)

Parámetros de tipo

TContext

Contexto del IHttpApplication<TContext> host

Propiedades

HostContext

Representa el TContext del host.

Se aplica a