1 write to binder
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (1)
37this.binder = binder;
21 references to binder
System.ServiceModel (21)
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (21)
51this.binder.Faulted += OnBinderFaulted; 52this.binder.OnException += OnBinderException; 79return this.binder.BeginClose(timeout, MaskingMode.Handled, callback, state); 111requestor.Binder = this.binder; 172this.binder.EndClose(result); 212T innerProperty = this.binder.Channel.GetProperty<T>(); 278return new ReliableChannelOpenAsyncResult(this.binder, this.session, timeout, 301this.binder.Abort(); 325this.binder.Close(timeoutHelper.RemainingTime(), MaskingMode.Handled); 331this.binder.Faulted -= this.OnBinderFaulted; 353result.Binder = this.binder; 420reply = this.binder.Request(attemptInfo.Message, timeout, maskingMode); 426reply = this.binder.Request(attemptInfo.Message, timeout, maskingMode); 433if (this.binder.IsHandleable(e)) 499this.binder.Open(timeoutHelper.RemainingTime()); 507this.binder.Close(timeoutHelper.RemainingTime()); 583this.binder.Channel, this.binder.GetInnerSession(), reply); 613this.settings.ReliableMessagingVersion, this.binder.Channel, this.binder.GetInnerSession(), reply); 776requestResult.Binder = this.binder;