ServerProtocolFactory::CreateIfRequestCompatible Method (HttpRequest^)

 

Returns a ServerProtocol that can be used to process the XML Web service request specified by the request parameter.

Namespace:   System.Web.Services.Protocols
Assembly:  System.Web.Services (in System.Web.Services.dll)

protected:
virtual ServerProtocol^ CreateIfRequestCompatible(
	HttpRequest^ request
) abstract

Parameters

request
Type: System.Web::HttpRequest^

The HttpRequest that represents the Web service request.

Return Value

Type: System.Web.Services.Protocols::ServerProtocol^

A ServerProtocol that can be used to process the XML Web service request specified by the request parameter.

.NET Framework
Available since 2.0
Return to top
Show: