IHttpApplication<TContext> Interface

Definition

Represents an application.

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

Type Parameters

TContext

The context associated with the application.

Methods

CreateContext(IFeatureCollection)

Create a TContext given a collection of HTTP features.

DisposeContext(TContext, Exception)

Dispose a given TContext.

ProcessRequestAsync(TContext)

Asynchronously processes an TContext.

Applies to