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