HostConfigProvider.GetServices(HttpConfiguration) Method

Definition

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

protected virtual System.Collections.Generic.IDictionary<Type,object> GetServices (System.Web.Http.HttpConfiguration config);
abstract member GetServices : System.Web.Http.HttpConfiguration -> System.Collections.Generic.IDictionary<Type, obj>
override this.GetServices : System.Web.Http.HttpConfiguration -> System.Collections.Generic.IDictionary<Type, obj>
Protected Overridable Function GetServices (config As HttpConfiguration) As IDictionary(Of Type, Object)

Parameters

config
System.Web.Http.HttpConfiguration

The System.Web.Http.HttpConfiguration instance.

Returns

The set of services to register for this backend.

Applies to