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