IConfigBuilder.ConfigureOwin Method (HttpConfiguration)

 

This step is called as part of configuring the Owin application pipeline.

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

Action<IAppBuilder> ConfigureOwin(
	HttpConfiguration config
)

Parameters

config
Type: System.Web.Http.HttpConfiguration

The current HttpConfiguration instance.

Return Value

Type: System.Action<IAppBuilder>

An Action<T> to be called when the Owin pipeline is constructed. The action takes IAppBuilder as input parameter. The service can then modify or otherwise manipulate the Owin application pipeline.

Return to top
Show: