Share via


DefaultServices Constructor

 

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

Overload List

Name Description
System_CAPS_protmethod DefaultServices()

Initializes a new instance of the DefaultServices class.

System_CAPS_pubmethod DefaultServices(HttpConfiguration)

Initializes a new instance of the DefaultServices class with a specified HttpConfiguration object.

See Also

DefaultServices Class
System.Web.Http.Services Namespace

Return to top

DefaultServices Constructor ()

Initializes a new instance of the DefaultServices class.

Syntax

protected DefaultServices()
protected:
DefaultServices()
new : unit -> DefaultServices
Protected Sub New

Return to top

DefaultServices Constructor (HttpConfiguration)

Initializes a new instance of the DefaultServices class with a specified HttpConfiguration object.

Syntax

public DefaultServices(
    HttpConfiguration configuration
)
public:
DefaultServices(
    HttpConfiguration^ configuration
)
new : 
        configuration:HttpConfiguration -> DefaultServices
Public Sub New (
    configuration As HttpConfiguration
)

Parameters

Return to top