This documentation is archived and is not being maintained.
WebServiceHandlerFactory.GetHandler Method
.NET Framework 1.1
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
[Visual Basic] Public Overridable Function GetHandler( _ ByVal context As HttpContext, _ ByVal verb As String, _ ByVal url As String, _ ByVal filePath As String _ ) As IHttpHandler Implements IHttpHandlerFactory.GetHandler [C#] public virtual IHttpHandler GetHandler( HttpContext context, string verb, string url, string filePath ); [C++] public: virtual IHttpHandler* GetHandler( HttpContext* context, String* verb, String* url, String* filePath ); [JScript] public function GetHandler( context : HttpContext, verb : String, url : String, filePath : String ) : IHttpHandler;
See Also
WebServiceHandlerFactory Class | WebServiceHandlerFactory Members | System.Web.Services.Protocols Namespace
Show: