System.Web.Services.Protocols.SoapServerProtocol.RouteRequest Method

Returns the System.Web.Services.Protocols.SoapServerMethod to which the specified System.Web.Services.Protocols.SoapServerMessage should be routed.

Syntax

protected virtual SoapServerMethod RouteRequest (SoapServerMessage message)

Parameters

message
The System.Web.Services.Protocols.SoapServerMessage sent to the XML Web service.

Returns

The System.Web.Services.Protocols.SoapServerMethod to which the System.Web.Services.Protocols.SoapServerMessage specified by message should be routed.

Remarks

You can override the SoapServerProtocol.RouteRequest(SoapServerMessage) 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.

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