Partilhar via


HostConfigProvider.GetServices(HttpConfiguration) Método

Definição

Obtém o conjunto de serviços de que este serviço depende para funcionar.

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)

Parâmetros

config
System.Web.Http.HttpConfiguration

A System.Web.Http.HttpConfiguration instância.

Devoluções

O conjunto de serviços a registar para este back-end.

Aplica-se a