WebHostConfigProvider Class
Assembly: Microsoft.WindowsAzure.Mobile.Service.WebHost (in Microsoft.WindowsAzure.Mobile.Service.WebHost.dll)
Microsoft.WindowsAzure.Mobile.Service.Config::HostConfigProvider
Microsoft.WindowsAzure.Mobile.Service.Config::WebHostConfigProvider
| Name | Description | |
|---|---|---|
![]() | WebHostConfigProvider() |
| Name | Description | |
|---|---|---|
![]() | ConfigureOwinApplication(IConfigBuilder^, HttpConfiguration^) | Configures the OWIN application pipeline using the provided configBuilder.(Inherited from HostConfigProvider.) |
![]() | ConfigureWebApi(IConfigBuilder^, HttpConfiguration^) | |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetEnvironmentVariable(String^) | Retrieves the value of an environment variable from the current process in a mockable manner. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetServices(HttpConfiguration^) | (Overrides HostConfigProvider::GetServices(HttpConfiguration^).) |
![]() | GetType() | (Inherited from Object.) |
![]() | Initialize(IConfigBuilder^) | Initializes a new instance of the HostConfigProvider class. The provided configBuilder instance is called upon each step of the service configuration process so that it can participate and change the result.(Inherited from HostConfigProvider.) |
![]() | IsSingletonInstance() | Gets a value indicating whether the service is guaranteed to run as a singleton service, i.e. only using one instance, or whether it is running in an environment with potentially multiple instances. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

