1 write to replyFaultContext
System.ServiceModel (1)
System\ServiceModel\Channels\ChannelReliableSession.cs (1)
272
this.
replyFaultContext
= context;
8 references to replyFaultContext
System.ServiceModel (8)
System\ServiceModel\Channels\ChannelReliableSession.cs (8)
167
&& (this.binder.CanSendAsynchronously || (this.
replyFaultContext
!= null)))
183
this.faultHelper.SendFaultAsync(this.binder, this.
replyFaultContext
, this.terminatingFault);
192
if (this.
replyFaultContext
!= null)
193
this.
replyFaultContext
.Abort();
332
&& (this.binder.CanSendAsynchronously || (this.
replyFaultContext
!= null))
336
this.faultHelper.SendFaultAsync(this.binder, this.
replyFaultContext
, this.terminatingFault);
344
if (this.
replyFaultContext
!= null)
345
this.
replyFaultContext
.Abort();