1 write to binder
System.ServiceModel (1)
System\ServiceModel\Channels\ChannelReliableSession.cs (1)
38this.binder = binder;
10 references to binder
System.ServiceModel (10)
System\ServiceModel\Channels\ChannelReliableSession.cs (10)
165if ((this.binder.State == CommunicationState.Opened) 166&& this.binder.Connected 167&& (this.binder.CanSendAsynchronously || (this.replyFaultContext != null))) 183this.faultHelper.SendFaultAsync(this.binder, this.replyFaultContext, this.terminatingFault); 194this.binder.Abort(); 330if ((this.binder.State == CommunicationState.Opened) 331&& this.binder.Connected 332&& (this.binder.CanSendAsynchronously || (this.replyFaultContext != null)) 336this.faultHelper.SendFaultAsync(this.binder, this.replyFaultContext, this.terminatingFault); 346this.binder.Abort();