다음을 통해 공유


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 인스턴스입니다.

반환

이 백 엔드에 등록할 서비스 집합입니다.

적용 대상