次の方法で共有


HostConfigProvider.GetServices(HttpConfiguration) メソッド

定義

このサービスが機能するために依存するサービスのセットを取得します。

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)

パラメーター

config
System.Web.Http.HttpConfiguration

System.Web.Http.HttpConfiguration のインスタンスです。

戻り値

このバックエンドに登録するサービスのセット。

適用対象