6 references to Action
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\AddressingVersion.cs (2)
97
new XmlQualifiedName(AddressingStrings.
Action
, Addressing10Strings.Namespace)
120
new XmlQualifiedName(AddressingStrings.
Action
, Addressing200408Strings.Namespace)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageHeaders.cs (2)
562
name = AddressingStrings.
Action
;
894
if (name == AddressingStrings.
Action
)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelHandler.cs (1)
840
string.Format(SRServiceModel.SFxMissingActionHeader, addressingVersion.Namespace), AddressingStrings.
Action
, addressingVersion.Namespace));
FrameworkFork\System.ServiceModel\System\ServiceModel\WSAddressing10ProblemHeaderQNameFault.cs (1)
45
_invalidHeaderName = AddressingStrings.
Action
;