Initializes a new instance of the HttpSelfHostServer class.
Namespace:  System.Web.Http.SelfHost
Assembly:  System.Web.Http.SelfHost (in System.Web.Http.SelfHost.dll)
Syntax
'Declaration
Public Sub New ( _
    configuration As HttpSelfHostConfiguration _
)
'Usage
Dim configuration As HttpSelfHostConfiguration
Dim instance As New HttpSelfHostServer(configuration)
public HttpSelfHostServer(
    HttpSelfHostConfiguration configuration
)
public:
HttpSelfHostServer(
    HttpSelfHostConfiguration^ configuration
)
new : 
        configuration:HttpSelfHostConfiguration -> HttpSelfHostServer
public function HttpSelfHostServer(
    configuration : HttpSelfHostConfiguration
)
Parameters
- configuration
 Type: System.Web.Http.SelfHost.HttpSelfHostConfiguration
 The configuration.