1 write to routingOnSoapAction
System.Web.Services (1)
System\Web\Services\Protocols\SoapServerProtocol.cs (1)
72
routingOnSoapAction
= SoapReflector.GetSoapServiceRoutingStyle(soapServiceAttribute) == SoapServiceRoutingStyle.SoapAction;
6 references to routingOnSoapAction
System.Web.Services (6)
System\Web\Services\Protocols\Soap11ServerProtocol.cs (2)
52
if (ServerType.
routingOnSoapAction
) {
79
if (ServerType.
routingOnSoapAction
)
System\Web\Services\Protocols\SoapServerProtocol.cs (4)
60
return
routingOnSoapAction
;
167
if (soap11 && !
routingOnSoapAction
&& soapMethod.requestElementName.IsEmpty)
175
if (soap11 &&
routingOnSoapAction
) {
186
if (soap11 && !
routingOnSoapAction
) {