1 write to action
System.Web.Services (1)
System\Web\Services\Protocols\SoapClientProtocol.cs (1)
83clientMethod.action = soapMethod.action;
2 references to action
System.Web.Services (2)
System\Web\Services\Protocols\SoapClientMessage.cs (1)
87get { return method.action; }
System\Web\Services\Protocols\SoapClientProtocol.cs (1)
518string soapAction = UrlEncoder.EscapeString(method.action, Encoding.UTF8);