2 writes to action
System.Web.Services (2)
System\Web\Services\Protocols\SoapDocumentMethodAttribute.cs (2)
39this.action = action; 48set { action = value; }
1 reference to action
System.Web.Services (1)
System\Web\Services\Protocols\SoapDocumentMethodAttribute.cs (1)
47get { return action; }