IntegratedPipelineExtensions Class
Extension methods used to indicate at which stage in the integrated pipeline prior middleware should run.
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | UseStageMarker(IAppBuilder^, PipelineStage) | Call after other middleware to specify when they should run in the integrated pipeline. |
![]() ![]() | UseStageMarker(IAppBuilder^, String^) | Call after other middleware to specify when they should run in the integrated pipeline. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

