1 write to _soapAction
dotnet-svcutil-lib (1)
FrameworkFork\System.Web.Services\Services\Description\SoapFormatExtensions.cs (1)
89
set {
_soapAction
= value; }
2 references to _soapAction
dotnet-svcutil-lib (2)
FrameworkFork\System.Web.Services\Services\Description\SoapFormatExtensions.cs (2)
88
get { return
_soapAction
== null ? string.Empty :
_soapAction
; }