4 references to ActionNotSupported
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\ActionNotSupportedException.cs (1)
19FaultCode code = FaultCode.CreateSenderFaultCode(AddressingStrings.ActionNotSupported, messageVersion.Addressing.Namespace);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FaultConverter.cs (1)
133if (string.Compare(code.Name, AddressingStrings.ActionNotSupported, StringComparison.Ordinal) == 0)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelHandler.cs (1)
846FaultCode code = FaultCode.CreateSenderFaultCode(AddressingStrings.ActionNotSupported,
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchRuntime.cs (1)
375FaultCode code = FaultCode.CreateSenderFaultCode(AddressingStrings.ActionNotSupported,