1 write to binder
System.ServiceModel (1)
System\ServiceModel\Channels\ChannelReliableSession.cs (1)
38
this.
binder
= binder;
10 references to binder
System.ServiceModel (10)
System\ServiceModel\Channels\ChannelReliableSession.cs (10)
165
if ((this.
binder
.State == CommunicationState.Opened)
166
&& this.
binder
.Connected
167
&& (this.
binder
.CanSendAsynchronously || (this.replyFaultContext != null)))
183
this.faultHelper.SendFaultAsync(this.
binder
, this.replyFaultContext, this.terminatingFault);
194
this.
binder
.Abort();
330
if ((this.
binder
.State == CommunicationState.Opened)
331
&& this.
binder
.Connected
332
&& (this.
binder
.CanSendAsynchronously || (this.replyFaultContext != null))
336
this.faultHelper.SendFaultAsync(this.
binder
, this.replyFaultContext, this.terminatingFault);
346
this.
binder
.Abort();