HttpServer.Configuration Property
Gets the HttpConfiguration used to configure this instance.
Namespace: System.Web.Http
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
public HttpConfiguration Configuration { get; }
public:
property HttpConfiguration^ Configuration {
HttpConfiguration^ get();
}
member Configuration : HttpConfiguration with get
Public ReadOnly Property Configuration As HttpConfiguration
Property Value
Type: System.Web.Http.HttpConfiguration
The HttpConfiguration used to configure this instance.
See Also
HttpServer Class
System.Web.Http Namespace
Return to top