This topic has not yet been rated - Rate this topic

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)
public override IEnumerable<Object> GetServices(
	Type serviceType
)

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.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.