SoapServerProtocolFactory.CreateIfRequestCompatible Method (HttpRequest)
.NET Framework (current version)
Returns a ServerProtocol that can be used to process the XML Web service request specified by request.
Assembly: System.Web.Services (in System.Web.Services.dll)
Protected Overrides Function CreateIfRequestCompatible ( request As HttpRequest ) As ServerProtocol
Parameters
- request
-
Type:
System.Web.HttpRequest
The HttpRequest that represents the Web service request.
Return Value
Type: System.Web.Services.Protocols.ServerProtocolA ServerProtocol that can be used to process the XML Web service request specified by request.
.NET Framework
Available since 2.0
Available since 2.0
Show: