1 override of SendFaultAsync
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (1)
941public override void SendFaultAsync(IReliableChannelBinder binder, RequestContext requestContext, Message faultMessage)
2 references to SendFaultAsync
System.ServiceModel (2)
System\ServiceModel\Channels\ChannelReliableSession.cs (2)
183this.faultHelper.SendFaultAsync(this.binder, this.replyFaultContext, this.terminatingFault); 336this.faultHelper.SendFaultAsync(this.binder, this.replyFaultContext, this.terminatingFault);