次の方法で共有


WebManagementServiceHandler クラス

定義

Web 管理に関連する 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

Web 管理に関連する HTTP 要求を処理します。

IHttpHandler.ProcessRequest(HttpContext)

Web 管理に関連する HTTP 要求の処理を有効にします。

適用対象