IOwinAppBuilder::Configuration Method (IAppBuilder^)

 

Configures the OWIN pipeline by manipulating the given appBuilder.

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

void Configuration(
	IAppBuilder^ appBuilder
)

Parameters

appBuilder
Type: Owin::IAppBuilder^

The IAppBuilder to configure.

Return to top
Show: