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