IOwinAppBuilder Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 System.Web.Http.HttpConfiguration dependency injection engine so that it can be changed by registering another implementation.
public interface IOwinAppBuilder
type IOwinAppBuilder = interface
Public Interface IOwinAppBuilder
- Derived
Methods
Configuration(IAppBuilder) |
Configures the OWIN pipeline by manipulating the given |
Applies to
Azure SDK for .NET