1 write to binder
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableChannelBinder.cs (1)
1187this.binder = binder;
27 references to binder
System.ServiceModel (27)
System\ServiceModel\Channels\ReliableChannelBinder.cs (27)
1328this.binder.ChannelParameters, 1341this.binder.ChannelParameters, 1351this.binder.Fault(null); 1494if (this.binder.TryGetChannel(TimeSpan.Zero)) 1509this.binder.Fault(null); 1608this.binder.Fault(null); 1615this.binder.OnInnerChannelFaulted(); 1832this.binder.Fault(null); 1846this.binder.CloseChannel(channel); 1861this.binder.OnInnerChannelFaulted(); 1899this.tolerateFaults = !this.binder.HasSecuritySession(this.currentChannel); 1941if (!this.binder.TryGetChannel(TimeSpan.Zero)) 1952if (!this.binder.MustOpenChannel) 1992e = this.binder.GetClosedException(maskingMode); 1996e = this.binder.GetFaultedException(maskingMode); 2063waiter = new SyncWaiter(this, canGetChannel, null, timeout, maskingMode, this.binder.ChannelParameters); 2075this.binder.ChannelParameters); 2084this.binder.Fault(null); 2261this.synchronizer.binder.GetClosedException(this.maskingMode)); 2272if (!this.synchronizer.binder.EndTryGetChannel(result)) 2304this.synchronizer.binder.GetFaultedException(this.maskingMode)); 2315IAsyncResult result = this.synchronizer.binder.BeginTryGetChannel( 2501if (this.synchronizer.binder.MustOpenChannel) 2610this.exception = this.synchronizer.binder.GetClosedException(this.maskingMode); 2616this.exception = this.synchronizer.binder.GetFaultedException(this.maskingMode); 2650else if (this.synchronizer.binder.TryGetChannel( 2664if (this.synchronizer.binder.MustOpenChannel)