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