4 references to SoapAction
System.Web.Services (4)
System\Web\Services\Protocols\SoapDocumentServiceAttribute.cs (1)
22SoapServiceRoutingStyle routingStyle = SoapServiceRoutingStyle.SoapAction;
System\Web\Services\Protocols\SoapReflector.cs (1)
208return SoapServiceRoutingStyle.SoapAction;
System\Web\Services\Protocols\SoapRpcServiceAttribute.cs (1)
21SoapServiceRoutingStyle routingStyle = SoapServiceRoutingStyle.SoapAction;
System\Web\Services\Protocols\SoapServerProtocol.cs (1)
72routingOnSoapAction = SoapReflector.GetSoapServiceRoutingStyle(soapServiceAttribute) == SoapServiceRoutingStyle.SoapAction;