WebServiceHandlerFactory Class

Definition

Dynamically manufactures Web service handler instances, whose type or types implement the IHttpHandler interface.

public ref class WebServiceHandlerFactory : System::Web::IHttpHandlerFactory
public class WebServiceHandlerFactory : System.Web.IHttpHandlerFactory
type WebServiceHandlerFactory = class
    interface IHttpHandlerFactory
Public Class WebServiceHandlerFactory
Implements IHttpHandlerFactory
Inheritance
WebServiceHandlerFactory
Implements

Remarks

The IHttpHandler interface establishes the contract that ASP.NET uses to process incoming HTTP Web requests with custom HTTP handlers. The WebServiceHandlerFactory class produces an instance of an IHttpHandler implementation for handling Web service requests.

Constructors

WebServiceHandlerFactory()

Initializes a new instance of the WebServiceHandlerFactory class.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHandler(HttpContext, String, String, String)

Returns an IHttpHandler instance.

GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ReleaseHandler(IHttpHandler)

Releases the IHttpHandler instance.

ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to