PipelineStage Enumeration

 

An ordered list of known Asp.Net integrated pipeline stages. More details on the ASP.NET integrated pipeline can be found at http://msdn.microsoft.com/library/system.web.httpapplication.aspx

Namespace:   Owin
Assembly:  Microsoft.Owin (in Microsoft.Owin.dll)

public enum class PipelineStage

Member nameDescription
AcquireState

Corresponds to the AcquireRequestState stage of the ASP.NET integrated pipeline.

Authenticate

Corresponds to the AuthenticateRequest stage of the ASP.NET integrated pipeline.

Authorize

Corresponds to the AuthorizeRequest stage of the ASP.NET integrated pipeline.

MapHandler

Corresponds to the MapRequestHandler stage of the ASP.NET integrated pipeline.

PostAcquireState

Corresponds to the PostAcquireRequestState stage of the ASP.NET integrated pipeline.

PostAuthenticate

Corresponds to the PostAuthenticateRequest stage of the ASP.NET integrated pipeline.

PostAuthorize

Corresponds to the PostAuthorizeRequest stage of the ASP.NET integrated pipeline.

PostMapHandler

Corresponds to the PostMapRequestHandler stage of the ASP.NET integrated pipeline.

PostResolveCache

Corresponds to the PostResolveRequestCache stage of the ASP.NET integrated pipeline.

PreHandlerExecute

Corresponds to the PreRequestHandlerExecute stage of the ASP.NET integrated pipeline.

ResolveCache

Corresponds to the ResolveRequestCache stage of the ASP.NET integrated pipeline.

Return to top
Show: