1 write to faultHelper
System.ServiceModel (1)
System\ServiceModel\Channels\ChannelReliableSession.cs (1)
39this.faultHelper = faultHelper;
3 references to faultHelper
System.ServiceModel (3)
System\ServiceModel\Channels\ChannelReliableSession.cs (3)
100return this.faultHelper; 183this.faultHelper.SendFaultAsync(this.binder, this.replyFaultContext, this.terminatingFault); 336this.faultHelper.SendFaultAsync(this.binder, this.replyFaultContext, this.terminatingFault);