WebManagementServiceHandler Class

Definition

Handles HTTP requests that are related to Web administration.

public ref class WebManagementServiceHandler sealed : System::Web::IHttpHandler
public sealed class WebManagementServiceHandler : System.Web.IHttpHandler
type WebManagementServiceHandler = class
    interface IHttpHandler
Public NotInheritable Class WebManagementServiceHandler
Implements IHttpHandler
Inheritance
WebManagementServiceHandler
Implements

Constructors

WebManagementServiceHandler()

Initializes a new instance of the WebManagementServiceHandler class.

Explicit Interface Implementations

IHttpHandler.IsReusable
IHttpHandler.ProcessRequest(HttpContext)

Enables the processing of HTTP requests that are related to Web administration.

Applies to