System.Web.Services.Protocols.ServerProtocolFactory.CreateIfRequestCompatible Method

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

Syntax

protected abstract ServerProtocol CreateIfRequestCompatible (System.Web.HttpRequest request)

Parameters

request
The System.Web.HttpRequest that represents the Web service request.

Returns

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

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Web.Services.Protocols
Assembly: System.Web.Services (in System.Web.Services.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0