SoapServerProtocol::RouteRequest Method (SoapServerMessage^)
.NET Framework (current version)
Returns the SoapServerMethod to which the specified SoapServerMessage should be routed.
Assembly: System.Web.Services (in System.Web.Services.dll)
Parameters
- message
-
Type:
System.Web.Services.Protocols::SoapServerMessage^
The SoapServerMessage sent to the XML Web service.
Return Value
Type: System.Web.Services.Protocols::SoapServerMethod^The SoapServerMethod to which the SoapServerMessage specified by message should be routed.
You can override the RouteRequest method to process XML Web service requests that are not explicitly declared and handled by users through a method in their XML Web service marked with WebMethodAttribute.
.NET Framework
Available since 2.0
Available since 2.0
Show: