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