OwinAppBuilder.ConfigureExtensions Method (IAppBuilder, HttpConfiguration)

 

Adds IOwinAppBuilderExtension instances to the OWIN application pipeline. IOwinAppBuilderExtension implementations that are registered with the Dependency Injection engine will automatically get added to the end of the OWIN application pipeline. This is useful for 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)

protected virtual void ConfigureExtensions(
	IAppBuilder appBuilder,
	HttpConfiguration config
)

Parameters

appBuilder
Type: Owin.IAppBuilder

The IAppBuilder to configure.

config
Type: System.Web.Http.HttpConfiguration

The current HttpConfiguration.

Return to top
Show: