IConfigBuilder.ConfigureOwin Method (HttpConfiguration)
This step is called as part of configuring the Owin application pipeline.
Assembly: Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)
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.
Show: