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