NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

WebServiceHandlerFactory.GetHandler

[To be supplied.]

[Visual Basic]
Overridable Public Function GetHandler( _
   ByVal context As HttpContext, _
   ByVal verb As String, _
   ByVal url As String, _
   ByVal filePath As String _
) As IHttpHandler
[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;

Parameters

context
[To be supplied.]
verb
[To be supplied.]
url
[To be supplied.]
filePath
[To be supplied.]

See Also

WebServiceHandlerFactory Class | WebServiceHandlerFactory Members | System.Web.Services.Protocols Namespace