HttpConfiguration::Services Property
Gets the container of default services associated with this instance.
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.
Show: