3 writes to SoapAction
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\SoapHelper.cs (1)
302
dest.
SoapAction
= binding.SoapAction;
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (2)
7421
o.
@SoapAction
= Reader.Value;
7502
o.
@SoapAction
= Reader.Value;
4 references to SoapAction
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\SoapHelper.cs (2)
302
dest.SoapAction = binding.
SoapAction
;
603
return soapOperationBinding != null ? soapOperationBinding.
SoapAction
: null;
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (2)
1551
WriteAttribute(@"soapAction", @"", ((global::System.String)o.
@SoapAction
));
1623
WriteAttribute(@"soapAction", @"", ((global::System.String)o.
@SoapAction
));