IHttpApplication<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.
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. |