10 references to NetDispatcher
System.ServiceModel (10)
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\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 (1)
58
action = FaultCodeConstants.Actions.
NetDispatcher
;