1 write to binder
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (1)
31this.binder = binder;
18 references to binder
System.ServiceModel (18)
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (18)
35this.binder.Faulted += OnBinderFaulted; 36this.binder.OnException += OnBinderException; 46return this.binder; 78return this.binder.RemoteAddress; 99return this.binder.Via; 133requestor.Binder = this.binder; 192T innerProperty = this.binder.Channel.GetProperty<T>(); 245return new ReliableChannelCloseAsyncResult(beginCallbacks, endCallbacks, this.binder, 251return new ReliableChannelOpenAsyncResult(this.binder, this.session, timeout, 279this.binder.Abort(); 302this.binder.Close(timeoutHelper.RemainingTime(), MaskingMode.Handled); 308this.binder.Faulted -= this.OnBinderFaulted; 435this.binder.Open(timeoutHelper.RemainingTime()); 500this.binder.Channel, this.binder.GetInnerSession(), reply); 526this.settings.ReliableMessagingVersion, this.binder.Channel, this.binder.GetInnerSession(), message); 582if (!WsrmUtilities.ValidateWsrmRequest(this.session, messageInfo.TerminateSequenceInfo, this.binder, null))