This topic has not yet been rated - Rate this topic

HttpServer Constructor (HttpConfiguration)

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)
public HttpServer(
	HttpConfiguration configuration
)

Parameters

configuration
Type: System.Web.Http.HttpConfiguration
The HttpConfiguration used to configure this instance.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.