Dynamically manufactures Web service handler instances, whose type or types implement the System.Web.IHttpHandler interface.
See Also: WebServiceHandlerFactory Members
The System.Web.IHttpHandler interface establishes the contract that ASP.NET uses to process incoming HTTP Web requests with custom HTTP handlers. The System.Web.Services.Protocols.WebServiceHandlerFactory class produces an instance of an System.Web.IHttpHandler implementation for handling Web service requests.