1 override of SendFaultAsync
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (1)
627public override async Task SendFaultAsync(IReliableChannelBinder binder, RequestContext requestContext, Message faultMessage)
2 references to SendFaultAsync
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\ChannelReliableSession.cs (2)
104FaultHelper.SendFaultAsync(_binder, _replyFaultContext, _terminatingFault); 243FaultHelper.SendFaultAsync(_binder, _replyFaultContext, _terminatingFault);