AppBuilderUseExtensions Class
Extension methods for IAppBuilder.
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Run(IAppBuilder^, Func<IOwinContext^, Task^>^) | Inserts into the OWIN pipeline a middleware which does not have a next middleware reference. |
![]() ![]() | Use(IAppBuilder^, Func<IOwinContext^, Func<Task^>^, Task^>^) | Inserts a middleware into the OWIN pipeline. |
![]() ![]() | Use<T>(IAppBuilder^, array<Object^>^) | Inserts a middleware into the OWIN 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:

