8 references to NetDispatcher
dotnet-svcutil-lib (8)
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\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)