Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the global HttpServer.
Namespace: System.Web.Http
Assembly: System.Web.Http.WebHost (in System.Web.Http.WebHost.dll)
Syntax
public static HttpServer DefaultServer { get; }
public:
property HttpServer^ DefaultServer {
static HttpServer^ get();
}
static member DefaultServer : HttpServer with get
Public Shared ReadOnly Property DefaultServer As HttpServer
Property Value
Type: System.Web.Http.HttpServer
See Also
GlobalConfiguration Class
System.Web.Http Namespace
Return to top