Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

HttpServer::Configuration Property

 

Gets the HttpConfiguration used to configure this instance.

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

public:
property HttpConfiguration^ Configuration {
	HttpConfiguration^ get();
}

Property Value

Type: System.Web.Http::HttpConfiguration^

The HttpConfiguration used to configure this instance.

Return to top
Show: