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.
Namespace: System.Web.Http
Assembly: System.Web.Http.WebHost (in System.Web.Http.WebHost.dll)
Syntax
public static HttpMessageHandler DefaultHandler { get; }
public:
property HttpMessageHandler^ DefaultHandler {
static HttpMessageHandler^ get();
}
static member DefaultHandler : HttpMessageHandler with get
Public Shared ReadOnly Property DefaultHandler As HttpMessageHandler
Property Value
Type: System.Net.Http.HttpMessageHandler
See Also
GlobalConfiguration Class
System.Web.Http Namespace
Return to top