IConfigBuilder Interface
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.
Provides an abstraction for configuring a service. Each method in this interface is called as part of the configuration process enabling a service to participate and change the configuration during every step of the process.
public interface IConfigBuilder
type IConfigBuilder = interface
Public Interface IConfigBuilder
- Derived
Methods
ConfigureOwin(HttpConfiguration) |
This step is called as part of configuring the OWIN application pipeline. |
ConfigureWebApi(HttpConfiguration, IDictionary<Type,Object>) |
This step is called as part of configuring ASP.NET Web API. It is passed the |
Applies to
Azure SDK for .NET