Initializes a new instance of the HttpServer class with a specified configuration.
Namespace:  System.Web.Http
Assembly:  System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public Sub New ( _
    configuration As HttpConfiguration _
)
'Usage
Dim configuration As HttpConfiguration
Dim instance As New HttpServer(configuration)
public HttpServer(
    HttpConfiguration configuration
)
public:
HttpServer(
    HttpConfiguration^ configuration
)
new : 
        configuration:HttpConfiguration -> HttpServer
public function HttpServer(
    configuration : HttpConfiguration
)
Parameters
- configuration
 Type: System.Web.Http.HttpConfiguration
 The HttpConfiguration used to configure this instance.