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