1 write to faultHelper
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableChannelFactory.cs (1)
40
this.
faultHelper
= new SendFaultHelper(binding.SendTimeout, binding.CloseTimeout);
9 references to faultHelper
System.ServiceModel (9)
System\ServiceModel\Channels\ReliableChannelFactory.cs (9)
50
get { return this.
faultHelper
; }
123
this.
faultHelper
.Abort();
147
this.
faultHelper
.Close(timeoutHelper.RemainingTime());
159
new OperationWithTimeoutBeginCallback(this.
faultHelper
.BeginClose),
165
new OperationEndCallback(this.
faultHelper
.EndClose),
189
return (TChannel)(object)new ReliableOutputSessionChannelOverDuplex(this, this, binder, this.
faultHelper
, channelParameters);
192
return (TChannel)(object)new ReliableOutputSessionChannelOverRequest(this, this, binder, this.
faultHelper
, channelParameters);
196
return (TChannel)(object)new ClientReliableDuplexSessionChannel(this, this, binder, this.
faultHelper
, channelParameters, WsrmUtilities.NextSequenceId());
200
return (TChannel)(object)new ReliableRequestSessionChannel(this, this, binder, this.
faultHelper
, channelParameters, WsrmUtilities.NextSequenceId());