4 references to CreateSenderFaultCode
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\Dispatcher\ChannelHandler.cs (2)
824
FaultCode code = FaultCode.
CreateSenderFaultCode
(AddressingStrings.DestinationUnreachable,
846
FaultCode code = FaultCode.
CreateSenderFaultCode
(AddressingStrings.ActionNotSupported,
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchRuntime.cs (1)
375
FaultCode code = FaultCode.
CreateSenderFaultCode
(AddressingStrings.ActionNotSupported,