Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

HttpConfiguration::Services Property

 

Gets the container of default services associated with this instance.

Namespace:   System.Web.Http
Assembly:  System.Web.Http (in System.Web.Http.dll)

public:
property ServicesContainer^ Services {
	[CompilerGeneratedAttribute]
	ServicesContainer^ get();
	[CompilerGeneratedAttribute]
	internal: void set(ServicesContainer^ value);
}

Property Value

Type: System.Web.Http.Controllers::ServicesContainer^

The ServicesContainer that contains the default services for this instance.

Return to top
Show: