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