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: virtual ServerProtocol^ CreateIfRequestCompatible( HttpRequest^ request ) override
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
Available since 2.0
Show: