4 references to ActionNotSupported
System.ServiceModel.Primitives (4)
System\ServiceModel\ActionNotSupportedException.cs (1)
24
FaultCode code = FaultCode.CreateSenderFaultCode(AddressingStrings.
ActionNotSupported
, messageVersion.Addressing.Namespace);
System\ServiceModel\Channels\FaultConverter.cs (1)
134
if (string.Compare(code.Name, AddressingStrings.
ActionNotSupported
, StringComparison.Ordinal) == 0)
System\ServiceModel\Dispatcher\ChannelHandler.cs (1)
846
FaultCode code = FaultCode.CreateSenderFaultCode(AddressingStrings.
ActionNotSupported
,
System\ServiceModel\Dispatcher\DispatchRuntime.cs (1)
364
FaultCode code = FaultCode.CreateSenderFaultCode(AddressingStrings.
ActionNotSupported
,