IConfigBuilder.ConfigureOwin(HttpConfiguration) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This step is called as part of configuring the OWIN application pipeline.
public Action<Owin.IAppBuilder> ConfigureOwin (System.Web.Http.HttpConfiguration config);
abstract member ConfigureOwin : System.Web.Http.HttpConfiguration -> Action<Owin.IAppBuilder>
Public Function ConfigureOwin (config As HttpConfiguration) As Action(Of IAppBuilder)
Parameters
- config
- System.Web.Http.HttpConfiguration
The current System.Web.Http.HttpConfiguration instance.
Returns
Action<Owin.IAppBuilder>
An Action<T> to be called when the OWIN pipeline is constructed. The action takes Owin.IAppBuilder as input parameter. The service can then modify or otherwise manipulate the OWIN application pipeline.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET