18 references to CreateSenderFaultCode
System.ServiceModel (13)
System\ServiceModel\ActionNotSupportedException.cs (1)
23
FaultCode code = FaultCode.
CreateSenderFaultCode
(AddressingStrings.ActionNotSupported, messageVersion.Addressing.Namespace);
System\ServiceModel\Channels\SecurityChannelListener.cs (1)
780
FaultCode faultCode = FaultCode.
CreateSenderFaultCode
(DotNetSecurityStrings.SecureConversationCancelNotAllowedFault, DotNetSecurityStrings.Namespace);
System\ServiceModel\Channels\TransactionChannel.cs (1)
100
FaultCode code = FaultCode.
CreateSenderFaultCode
(codeString, FaultCodeConstants.Namespaces.Transactions);
System\ServiceModel\ComIntegration\Error.cs (1)
128
FaultCode codeObj = FaultCode.
CreateSenderFaultCode
(code, FaultNamespace);
System\ServiceModel\Dispatcher\AuthenticationBehavior.cs (1)
152
FaultCode faultCode = FaultCode.
CreateSenderFaultCode
(wss.InvalidSecurityFaultCode.Value, wss.HeaderNamespace.Value);
System\ServiceModel\Dispatcher\AuthorizationBehavior.cs (1)
164
FaultCode faultCode = FaultCode.
CreateSenderFaultCode
(wss.FailedAuthenticationFaultCode.Value, wss.HeaderNamespace.Value);
System\ServiceModel\Dispatcher\ChannelHandler.cs (3)
1157
FaultCode code = FaultCode.
CreateSenderFaultCode
(AddressingStrings.DestinationUnreachable,
1179
FaultCode code = FaultCode.
CreateSenderFaultCode
(AddressingStrings.ActionNotSupported,
1188
FaultCode code = FaultCode.
CreateSenderFaultCode
(FaultCodeConstants.Codes.SessionTerminated,
System\ServiceModel\Dispatcher\DispatchRuntime.cs (1)
815
FaultCode code = FaultCode.
CreateSenderFaultCode
(AddressingStrings.ActionNotSupported,
System\ServiceModel\Dispatcher\TransactionBehavior.cs (1)
67
FaultCode code = FaultCode.
CreateSenderFaultCode
(codeString, faultCodeNamespace);
System\ServiceModel\Security\SecuritySessionServerSettings.cs (2)
1876
renewFaultCode = FaultCode.
CreateSenderFaultCode
(scDriver.RenewNeededFaultCode.Value, scDriver.Namespace.Value);
1878
sessionAbortedFaultCode = FaultCode.
CreateSenderFaultCode
(DotNetSecurityStrings.SecuritySessionAbortedFault, DotNetSecurityStrings.Namespace);
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\DurableDispatcherAddressingFault.cs (1)
19
this.faultCode = FaultCode.
CreateSenderFaultCode
(XD2.ContextHeader.MissingContextHeader, XD2.ContextHeader.Namespace);
System.ServiceModel.Web (1)
System\ServiceModel\Web\WebFaultException.cs (1)
77
return FaultCode.
CreateSenderFaultCode
(statusCode.ToString(), WebFaultCodeNamespace);
System.WorkflowServices (3)
System\ServiceModel\Dispatcher\DurableDispatcherAddressingFault.cs (1)
19
faultCode = FaultCode.
CreateSenderFaultCode
(missingContextHeaderFaultName, ContextMessageHeader.ContextHeaderNamespace);
System\ServiceModel\Dispatcher\WorkflowOperationFault.cs (2)
23
faultCode = FaultCode.
CreateSenderFaultCode
(operationNotAvailable, ContextMessageHeader.ContextHeaderNamespace);
28
faultCode = FaultCode.
CreateSenderFaultCode
(operationNotImplemented, ContextMessageHeader.ContextHeaderNamespace);