HostConfigProvider Class
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 implementation of IHostConfigProvider providing a
default service configuration with the various default implementations provided by the runtime.
public class HostConfigProvider : Microsoft.WindowsAzure.Mobile.Service.Config.IHostConfigProvider
type HostConfigProvider = class
interface IHostConfigProvider
Public Class HostConfigProvider
Implements IHostConfigProvider
- Inheritance
-
HostConfigProvider
- Implements
Constructors
HostConfigProvider() |
Methods
ConfigureOwinApplication(IConfigBuilder, HttpConfiguration) |
Configures the OWIN application pipeline using the provided |
ConfigureWebApi(IConfigBuilder, HttpConfiguration) |
Configures ASP.NET Web using the provided |
GetServices(HttpConfiguration) |
Gets the set of services which this service depends on in order to function. |
Initialize(IConfigBuilder) |
Initializes a new instance of the HostConfigProvider class.
The provided |
Applies to
Azure SDK for .NET