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