SoapServerType::ServiceRoutingOnSoapAction Property

 

Returns a Boolean that indicates whether SOAP messages that are routed to this XML Web service are routed based on the SOAPAction HTTP header.

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

public:
property bool ServiceRoutingOnSoapAction {
	bool get();
}

Property Value

Type: System::Boolean

true if SOAP messages that are routed to this XML Web service are routed based on the SOAPAction HTTP header; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: