다음을 통해 공유


WebManagementServiceHandler 클래스

정의

웹 관리와 관련된 HTTP 요청을 처리합니다.

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
상속
WebManagementServiceHandler
구현

생성자

WebManagementServiceHandler()

WebManagementServiceHandler 클래스의 새 인스턴스를 초기화합니다.

명시적 인터페이스 구현

IHttpHandler.IsReusable

웹 관리와 관련된 HTTP 요청을 처리합니다.

IHttpHandler.ProcessRequest(HttpContext)

웹 관리와 관련된 HTTP 요청을 처리할 수 있습니다.

적용 대상