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 处理程序处理传入的 HTTP Web 请求。 该 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)

适用于