System.Web.Services.Protocols.SoapServerProtocolFactory.CreateIfRequestCompatible Method

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

Syntax

protected override 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 request.

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