10 references to Actions
dotnet-svcutil-lib (10)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SecurityBindingElement.cs (4)
452
result.IncomingSignatureParts.AddParts(signedParts, FaultCodeConstants.
Actions
.NetDispatcher);
453
result.OutgoingSignatureParts.AddParts(signedParts, FaultCodeConstants.
Actions
.NetDispatcher);
454
result.IncomingEncryptionParts.AddParts(encryptedParts, FaultCodeConstants.
Actions
.NetDispatcher);
455
result.OutgoingEncryptionParts.AddParts(encryptedParts, FaultCodeConstants.
Actions
.NetDispatcher);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransactionFlowBindingElement.cs (2)
273
requirements.OutgoingSignatureParts.AddParts(body, FaultCodeConstants.
Actions
.Transactions);
274
requirements.OutgoingEncryptionParts.AddParts(body, FaultCodeConstants.
Actions
.Transactions);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ErrorBehavior.cs (1)
85
string action = FaultCodeConstants.
Actions
.NetDispatcher;
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\FaultFormatter.cs (1)
178
faultContractInfos.Add(new FaultContractInfo(FaultCodeConstants.
Actions
.NetDispatcher, typeof(ExceptionDetail)));
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\NetDispatcherFaultException.cs (2)
10
: base(reason, code, FaultCodeConstants.
Actions
.NetDispatcher, innerException)
14
: base(reason, code, FaultCodeConstants.
Actions
.NetDispatcher, innerException)