AppBuilderUseExtensions Class

 

Extension methods for IAppBuilder.

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

System::Object
  Owin::AppBuilderUseExtensions

[ExtensionAttribute]
public ref class AppBuilderUseExtensions abstract sealed 

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticRun(IAppBuilder^, Func<IOwinContext^, Task^>^)

Inserts into the OWIN pipeline a middleware which does not have a next middleware reference.

System_CAPS_pubmethodSystem_CAPS_staticUse(IAppBuilder^, Func<IOwinContext^, Func<Task^>^, Task^>^)

Inserts a middleware into the OWIN pipeline.

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

Return to top
Show: