2 writes to action
System.Web.Services (2)
System\Web\Services\Protocols\SoapServerMethod.cs (1)
204this.action = soapMethod.action;
System\Web\Services\Protocols\SoapServerProtocol.cs (1)
135serverMethod.action = soapMethod.action;
2 references to action
System.Web.Services (2)
System\Web\Services\Protocols\SoapServerMessage.cs (1)
69get { return protocol.ServerMethod.action; }
System\Web\Services\Protocols\SoapServerMethod.cs (1)
150return action;