Name

WebServiceHandlerFactory

Synopsis

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 : Implements System.Web.IHttpHandlerFactory
' Public Constructors
   Public Sub New() 
' Public Instance Methods
   Public Function GetHandler(
        ByVal context As System.Web.HttpContext, 
        ByVal verb As String, ByVal url As String, 
        ByVal filePath As String) As IHttpHandler Implements_
         IHttpHandlerFactory.GetHandler 
   Public Sub ReleaseHandler(
        ByVal handler As System.Web.IHttpHandler)_
         Implements IHttpHandlerFactory.ReleaseHandler 
End Class

Get ASP.NET in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.