IOwinAppBuilderExtension 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 an OWIN application builder extension which will get appended to the OWIN pipeline
as part of OwinAppBuilder. This extension mechanism is useful for adding OWIN extensions
where ordering is not critical other than that they are added after the authentication part of the
pipeline.
public interface IOwinAppBuilderExtension
type IOwinAppBuilderExtension = interface
Public Interface IOwinAppBuilderExtension
- Derived
Methods
Configure(IAppBuilder) |
Extends the OWIN pipeline by inserting one or more OWIN modules into the overall OWIN pipeline. The modules will get inserted before Web API components of the OWIN pipeline. |
Applies to
Azure SDK for .NET