6 writes to SoapAction
System.ServiceModel (2)
System\ServiceModel\Description\MessageContractExporter.cs (1)
683soapOperationBinding.SoapAction = operation.Messages[0].Action;
System\ServiceModel\Description\SoapHelper.cs (1)
304dest.SoapAction = binding.SoapAction;
System.Web.Services (4)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (2)
5936o.@SoapAction = Reader.Value; 6002o.@SoapAction = Reader.Value;
System\Web\Services\Description\Soap12ProtocolReflector.cs (1)
98soapOperation.SoapAction = action;
System\Web\Services\Description\SoapProtocolReflector.cs (1)
293soapOperation.SoapAction = action;
6 references to SoapAction
System.ServiceModel (2)
System\ServiceModel\Description\SoapHelper.cs (2)
304dest.SoapAction = binding.SoapAction; 606return soapOperationBinding != null ? soapOperationBinding.SoapAction : null;
System.Web.Services (4)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (2)
1212WriteAttribute(@"soapAction", @"", ((global::System.String)o.@SoapAction)); 1269WriteAttribute(@"soapAction", @"", ((global::System.String)o.@SoapAction));
System\Web\Services\Description\SoapProtocolImporter.cs (2)
769EndMetadata(metadata, typeof(SoapRpcMethodAttribute), soapOperationBinding.SoapAction); 774EndMetadata(metadata, typeof(SoapDocumentMethodAttribute), soapOperationBinding.SoapAction);