IOwinAppBuilder Interface

Definition

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

Applies to