4 writes to FaultHelper
System.ServiceModel (4)
System\ServiceModel\Channels\ReliableChannelListener.cs (4)
1291this.FaultHelper = new SendFaultHelper(context.Binding.SendTimeout, context.Binding.CloseTimeout); 1329this.FaultHelper = new ReplyFaultHelper(context.Binding.SendTimeout, context.Binding.CloseTimeout); 1583this.FaultHelper = new SendFaultHelper(context.Binding.SendTimeout, context.Binding.CloseTimeout); 1621this.FaultHelper = new ReplyFaultHelper(context.Binding.SendTimeout, context.Binding.CloseTimeout);
8 references to FaultHelper
System.ServiceModel (8)
System\ServiceModel\Channels\ReliableChannelListener.cs (8)
1670return new ServerReliableDuplexSessionChannel(this, binder, this.FaultHelper, id, createSequenceInfo.OfferIdentifier); 1696return new ReliableInputSessionChannelOverDuplex(this, binder, this.FaultHelper, id); 1722return new ServerReliableDuplexSessionChannel(this, binder, this.FaultHelper, id, createSequenceInfo.OfferIdentifier); 1761return new ReliableInputSessionChannelOverDuplex(this, binder, this.FaultHelper, id); 1799return new ReliableInputSessionChannelOverReply(this, binder, this.FaultHelper, id); 1825return new ReliableReplySessionChannel(this, binder, this.FaultHelper, id, createSequenceInfo.OfferIdentifier); 1852return new ReliableInputSessionChannelOverReply(this, binder, this.FaultHelper, id); 1891return new ReliableReplySessionChannel(this, binder, this.FaultHelper, id, createSequenceInfo.OfferIdentifier);