1 write to binder
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableChannelBinder.cs (1)
3317this.binder = binder;
11 references to binder
System.ServiceModel (11)
System\ServiceModel\Channels\ReliableChannelBinder.cs (11)
3336this.autoAborted = this.binder.Synchronizer.Aborting; 3337this.binder.synchronizer.ReturnChannel(); 3343bool timedOut = !this.binder.synchronizer.EndTryGetChannel(result, 3360result = this.BeginOutput(this.binder, this.channel, this.message, 3366this.EndOutput(this.binder, this.channel, this.maskingMode, result); 3390this.EndOutput(this.binder, this.channel, this.maskingMode, result); 3407if (!this.binder.HandleException(e, this.maskingMode, this.autoAborted)) 3446if (!this.binder.HandleException(e, this.maskingMode, this.autoAborted)) 3469if (!this.binder.ValidateOutputOperation(message, timeout, maskingMode)) 3484IAsyncResult result = this.binder.synchronizer.BeginTryGetChannelForOutput( 3500if (this.binder.HandleException(e, this.maskingMode, this.autoAborted))