IHttpApplication<TContext> Schnittstelle

Definition

Stellt eine Anwendung dar.

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

Typparameter

TContext

Der der Anwendung zugeordnete Kontext.

Methoden

CreateContext(IFeatureCollection)

Erstellen Sie einen TContext mit einer Sammlung von HTTP-Features.

DisposeContext(TContext, Exception)

Entsorgen Sie einen bestimmten TContext.

ProcessRequestAsync(TContext)

Verarbeitet einen TContext asynchron.

Gilt für: