4 references to ActionNotSupported
System.ServiceModel (4)
System\ServiceModel\ActionNotSupportedException.cs (1)
23
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)
1179
FaultCode code = FaultCode.CreateSenderFaultCode(AddressingStrings.
ActionNotSupported
,
System\ServiceModel\Dispatcher\DispatchRuntime.cs (1)
815
FaultCode code = FaultCode.CreateSenderFaultCode(AddressingStrings.
ActionNotSupported
,