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)

Syntax

'Declaration
Public Property Services As ServicesContainer 
    Get 
    Friend Set
'Usage
Dim instance As HttpConfiguration 
Dim value As ServicesContainer 

value = instance.Services
public ServicesContainer Services { get; internal set; }
public:
property ServicesContainer^ Services {
    ServicesContainer^ get ();
    internal: void set (ServicesContainer^ value);
}
member Services : ServicesContainer with get, internal set
function get Services () : ServicesContainer 
internal function set Services (value : ServicesContainer)

Property Value

Type: System.Web.Http.Controllers.ServicesContainer
The ServicesContainer that contains the default services for this instance.

See Also

Reference

HttpConfiguration Class

System.Web.Http Namespace