WebHostConfigProvider Class

 

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Config
Assembly:  Microsoft.WindowsAzure.Mobile.Service.WebHost (in Microsoft.WindowsAzure.Mobile.Service.WebHost.dll)

System.Object
  Microsoft.WindowsAzure.Mobile.Service.Config.HostConfigProvider
    Microsoft.WindowsAzure.Mobile.Service.Config.WebHostConfigProvider

Public Class WebHostConfigProvider
	Inherits HostConfigProvider

NameDescription
System_CAPS_protmethodConfigureOwinApplication(IConfigBuilder, HttpConfiguration)

Configures the OWIN application pipeline using the provided configBuilder.(Inherited from HostConfigProvider.)

System_CAPS_protmethodConfigureWebApi(IConfigBuilder, HttpConfiguration)
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_protmethodGetEnvironmentVariable(String)

Retrieves the value of an environment variable from the current process in a mockable manner.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_protmethodGetServices(HttpConfiguration)
System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodInitialize(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.)

System_CAPS_protmethodIsSingletonInstance()

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.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: