SoapServerProtocolFactory.CreateIfRequestCompatible Method (HttpRequest)

 

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

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

override CreateIfRequestCompatible : 
        request:HttpRequest -> ServerProtocol

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

.NET Framework
Available since 2.0
Return to top
Show: