1 write to soapAction
System.Web.Services (1)
System\Web\Services\Description\SoapFormatExtensions.cs (1)
79set { soapAction = value; }
2 references to soapAction
System.Web.Services (2)
System\Web\Services\Description\SoapFormatExtensions.cs (2)
78get { return soapAction == null ? string.Empty : soapAction; }