SoapServerProtocol::RouteRequest Method (SoapServerMessage^)

 

Returns the SoapServerMethod to which the specified SoapServerMessage should be routed.

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

protected:
virtual SoapServerMethod^ RouteRequest(
	SoapServerMessage^ message
)

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
Return to top
Show: