WebServiceHandlerFactory

WebServiceHandlerFactory

System.Web.Services.Protocols (system.web.services.dll)class

This class is used by ASP.NET to instantiate an appropriate HttpHandler for handling web service requests. You do not need to use this class directly in your code.

public class WebServiceHandlerFactory : System.Web.IHttpHandlerFactory { // Public Constructors    public WebServiceHandlerFactory( ); // Public Instance Methods    public IHttpHandler GetHandler(                  // implements System.Web.IHttpHandlerFactory         System.Web.HttpContext context, string verb, string url, string filePath);    public void ReleaseHandler(                      // implements System.Web.IHttpHandlerFactory         System.Web.IHttpHandler handler); }


ASP. NET in a Nutshell
ASP.NET in a Nutshell, Second Edition
ISBN: 0596005202
EAN: 2147483647
Year: 2003
Pages: 873

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net