10 references to NetDispatcher
System.ServiceModel (10)
System\ServiceModel\Channels\SecurityBindingElement.cs (4)
866result.IncomingSignatureParts.AddParts(signedParts, FaultCodeConstants.Actions.NetDispatcher); 867result.OutgoingSignatureParts.AddParts(signedParts, FaultCodeConstants.Actions.NetDispatcher); 868result.IncomingEncryptionParts.AddParts(encryptedParts, FaultCodeConstants.Actions.NetDispatcher); 869result.OutgoingEncryptionParts.AddParts(encryptedParts, FaultCodeConstants.Actions.NetDispatcher);
System\ServiceModel\Dispatcher\ChannelHandler.cs (1)
1191string action = FaultCodeConstants.Actions.NetDispatcher;
System\ServiceModel\Dispatcher\ErrorBehavior.cs (1)
80string action = FaultCodeConstants.Actions.NetDispatcher;
System\ServiceModel\Dispatcher\FaultFormatter.cs (1)
182faultContractInfos.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 (1)
58action = FaultCodeConstants.Actions.NetDispatcher;