15 references to Actions
System.ServiceModel (15)
System\ServiceModel\Channels\SecurityBindingElement.cs (4)
866
result.IncomingSignatureParts.AddParts(signedParts, FaultCodeConstants.
Actions
.NetDispatcher);
867
result.OutgoingSignatureParts.AddParts(signedParts, FaultCodeConstants.
Actions
.NetDispatcher);
868
result.IncomingEncryptionParts.AddParts(encryptedParts, FaultCodeConstants.
Actions
.NetDispatcher);
869
result.OutgoingEncryptionParts.AddParts(encryptedParts, FaultCodeConstants.
Actions
.NetDispatcher);
System\ServiceModel\Channels\TransactionChannel.cs (1)
101
FaultException fault = new FaultException(reason, code, FaultCodeConstants.
Actions
.Transactions);
System\ServiceModel\Channels\TransactionChannelFaultConverter.cs (1)
23
if (message.Headers.Action == FaultCodeConstants.
Actions
.Transactions)
System\ServiceModel\Channels\TransactionFlowBindingElement.cs (2)
353
requirements.OutgoingSignatureParts.AddParts(body, FaultCodeConstants.
Actions
.Transactions);
354
requirements.OutgoingEncryptionParts.AddParts(body, FaultCodeConstants.
Actions
.Transactions);
System\ServiceModel\Dispatcher\ChannelHandler.cs (1)
1191
string action = FaultCodeConstants.
Actions
.NetDispatcher;
System\ServiceModel\Dispatcher\ErrorBehavior.cs (1)
80
string action = FaultCodeConstants.
Actions
.NetDispatcher;
System\ServiceModel\Dispatcher\FaultFormatter.cs (1)
182
faultContractInfos.Add(new FaultContractInfo(FaultCodeConstants.
Actions
.NetDispatcher, typeof(ExceptionDetail)));
System\ServiceModel\Dispatcher\NetDispatcherFaultException.cs (2)
13
: base(reason, code, FaultCodeConstants.
Actions
.NetDispatcher, innerException)
17
: base(reason, code, FaultCodeConstants.
Actions
.NetDispatcher, innerException)
System\ServiceModel\Dispatcher\TransactionBehavior.cs (2)
58
action = FaultCodeConstants.
Actions
.NetDispatcher;
63
action = FaultCodeConstants.
Actions
.Transactions;