WebServiceHandlerFactory 類別

定義

動態製造 Web 服務處理常式執行個體,其型別會實作 IHttpHandler 介面。

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 會建立合約,ASP.NET 用來處理內送 HTTP Web 要求與自訂 HTTP 處理常式。 類別 WebServiceHandlerFactory 會產生實作的 IHttpHandler 實例,以處理 Web 服務要求。

建構函式

WebServiceHandlerFactory()

初始化 WebServiceHandlerFactory 類別的新執行個體。

方法

Equals(Object)

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
GetHandler(HttpContext, String, String, String)

傳回 IHttpHandler 執行個體。

GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetType()

取得目前執行個體的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
ReleaseHandler(IHttpHandler)

釋放 IHttpHandler 執行個體。

ToString()

傳回代表目前物件的字串。

(繼承來源 Object)

適用於