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