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