HostConfigProvider Class

 

Provides an implementation of IHostConfigProvider providing a default service configuration with the various default implementations provided by the runtime.

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

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

Public Class HostConfigProvider
	Implements IHostConfigProvider

NameDescription
System_CAPS_protmethodConfigureOwinApplication(IConfigBuilder, HttpConfiguration)

Configures the OWIN application pipeline using the provided configBuilder.

System_CAPS_protmethodConfigureWebApi(IConfigBuilder, HttpConfiguration)

Configures ASP.NET Web using the provided configBuilder.

System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_protmethodGetServices(HttpConfiguration)

Gets the set of services which this service depends on in order to function.

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.

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: