GlobalConfiguration Class

 

Provides a global HttpConfiguration for ASP.NET applications.

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

Inheritance Hierarchy

System.Object
  System.Web.Http.GlobalConfiguration

Syntax

public static class GlobalConfiguration
public ref class GlobalConfiguration abstract sealed 
[<AbstractClass>]
[<Sealed>]
type GlobalConfiguration = class end
Public NotInheritable Class GlobalConfiguration

Properties

Name Description
System_CAPS_pubpropertySystem_CAPS_static Configuration

System_CAPS_pubpropertySystem_CAPS_static DefaultHandler

System_CAPS_pubpropertySystem_CAPS_static DefaultServer

Gets the global HttpServer.

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static Configure(Action<HttpConfiguration>)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

System.Web.Http Namespace

Return to top