Share via


IOwinAppBuilderExtension Interface

 

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.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Config
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

Syntax

public interface IOwinAppBuilderExtension
public interface class IOwinAppBuilderExtension
type IOwinAppBuilderExtension = interface end
Public Interface IOwinAppBuilderExtension

Methods

Name Description
System_CAPS_pubmethod Configure(IAppBuilder)

Extends the OWIN pipeline by inserting one or more OWIN modules into the overall OWIN pipeline. The modules will get inserted *after* the authentication and Web API components of the OWIN pipeline.

See Also

Microsoft.WindowsAzure.Mobile.Service.Config Namespace

Return to top