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.CoreGetHandler

[To be supplied.]

[Visual Basic]
Public Function CoreGetHandler( _
   ByVal type As Type, _
   ByVal context As HttpContext, _
   ByVal request As HttpServerRequest, _
   ByVal response As HttpServerResponse _
) As IHttpHandler
[C#]
public IHttpHandler CoreGetHandler(
   Type type,
   HttpContext context,
   HttpServerRequest request,
   HttpServerResponse response
);
[C++]
public: IHttpHandler* CoreGetHandler(
   Type* type,
   HttpContext* context,
   HttpServerRequest* request,
   HttpServerResponse* response
);
[JScript]
public function CoreGetHandler(
   type : Type,
   context : HttpContext,
   request : HttpServerRequest,
   response : HttpServerResponse
) : IHttpHandler;

Parameters

type
[To be supplied.]
context
[To be supplied.]
request
[To be supplied.]
response
[To be supplied.]

See Also

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