WebManagementServiceHandler クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 要求の処理を有効にします。 |