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