1 write to binder
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (1)
53this.binder = binder;
18 references to binder
System.ServiceModel (18)
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (18)
61this.binder.Faulted += OnBinderFaulted; 62this.binder.OnException += OnBinderException; 95return this.binder; 200return this.binder.BeginClose(timeout, MaskingMode.Handled, callback, state); 326this.binder.EndClose(result); 363T innerProperty = this.binder.Channel.GetProperty<T>(); 399this.listener.ReliableMessagingVersion, this.binder.Channel, this.binder.GetInnerSession(), 481this.binder.Abort(); 503this.binder.Close(timeoutHelper.RemainingTime(), MaskingMode.Handled); 512this.binder.Faulted -= this.OnBinderFaulted; 714if (!WsrmUtilities.ValidateWsrmRequest(this.session, requestInfo, this.binder, context)) 918if (WsrmUtilities.ValidateCreateSequence<IReplySessionChannel>(info, this.listener, this.binder.Channel, out acksTo)) 1235IAsyncResult result = this.binder.BeginTryReceive(TimeSpan.MaxValue, onReceiveCompleted, this); 1621this.channel.binder.SetMaskingMode(context, maskingMode); 1728this.context.channel.binder.SetMaskingMode(thisInnerContext, MaskingMode.Handled); 1798this.channel.binder.SetMaskingMode(context, maskingMode); 1820this.channel.binder.SetMaskingMode(this.requestContext, MaskingMode.Handled);