WebServiceHandlerFactory クラス

定義

IHttpHandler インターフェイスを実装する型を持つ Web サービス ハンドラー インスタンスを動的に作成します。

public ref class WebServiceHandlerFactory : System::Web::IHttpHandlerFactory
public class WebServiceHandlerFactory : System.Web.IHttpHandlerFactory
type WebServiceHandlerFactory = class
    interface IHttpHandlerFactory
Public Class WebServiceHandlerFactory
Implements IHttpHandlerFactory
継承
WebServiceHandlerFactory
実装

注釈

IHttpHandler インターフェイスは、カスタム HTTP ハンドラーを使用して受信 HTTP Web 要求を処理するために使用 ASP.NET コントラクトを確立します。 WebServiceHandlerFactory クラスは、Web サービス要求を処理するためのIHttpHandler実装のインスタンスを生成します。

コンストラクター

名前 説明
WebServiceHandlerFactory()

WebServiceHandlerFactory クラスの新しいインスタンスを初期化します。

メソッド

名前 説明
Equals(Object)

指定したオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetHandler(HttpContext, String, String, String)

IHttpHandler インスタンスを返します。

GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()

現在の Objectの簡易コピーを作成します。

(継承元 Object)
ReleaseHandler(IHttpHandler)

IHttpHandler インスタンスを解放します。

ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

適用対象