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