IOwinAppBuilderExtension.Configure Method (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.

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

void Configure(
	IAppBuilder appBuilder
)

Parameters

appBuilder
Type: Owin.IAppBuilder

The IAppBuilder to extend.

Return to top
Show: