ControllerServices.GetServices Method
Gets the list of service objects for a given service type.
Namespace: System.Web.Http.Controllers
Assembly: System.Web.Http (in System.Web.Http.dll)
Parameters
- serviceType
- Type: System.Type
The type of service.
Return Value
Type: System.Collections.Generic.IEnumerable<Object>The list of service objects of the specified type, or an empty list if the service is not found.