WebManagementServiceHandler Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |