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