Partager via


HostConfigProvider.GetServices(HttpConfiguration) Méthode

Définition

Obtient l’ensemble de services dont ce service dépend pour fonctionner.

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)

Paramètres

config
System.Web.Http.HttpConfiguration

Instance System.Web.Http.HttpConfiguration.

Retours

Ensemble de services à inscrire pour ce back-end.

S’applique à