IOwinAppBuilder Interface
An abstraction for the Owin application builder which will get called during startup to define the Owin application pipeline. The OwinAppBuilder implementation is registered with the HttpConfiguration dependency injection engine so that it can be changed by registering another implementation.
Assembly: Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)
| Name | Description | |
|---|---|---|
![]() | Configuration(IAppBuilder^) | Configures the OWIN pipeline by manipulating the given appBuilder. |
Show:
