2 references to GetSoapServiceRoutingStyle
System.Web.Services (2)
System\Web\Services\Protocols\SoapReflector.cs (1)
374
if (
GetSoapServiceRoutingStyle
(serviceAttr) == SoapServiceRoutingStyle.RequestElement &&
System\Web\Services\Protocols\SoapServerProtocol.cs (1)
72
routingOnSoapAction = SoapReflector.
GetSoapServiceRoutingStyle
(soapServiceAttribute) == SoapServiceRoutingStyle.SoapAction;