Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

SoapServiceRoutingStyle Enumeration

 

Specifies how a SOAP message is routed to the Web server hosting the XML Web service.

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

public enum class SoapServiceRoutingStyle

Member nameDescription
RequestElement

The SOAP Message is routed based on the first child element following the <Body> XML element of the SOAP message.

SoapAction

The SOAP message is routed based on the SOAPAction HTTP header.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft