1 write to binder
System.ServiceModel (1)
System\ServiceModel\Channels\ChannelReliableSession.cs (1)
644
this.
binder
= binder;
11 references to binder
System.ServiceModel (11)
System\ServiceModel\Channels\ChannelReliableSession.cs (11)
648
if (this.
binder
.Channel is IRequestChannel)
652
else if (this.
binder
.Channel is IDuplexChannel)
666
this.requestor.Binder = this.
binder
;
672
&& (this.
binder
.GetInnerSession() is ISecureConversationSession))
677
reliableMessagingVersion, this.Settings.Ordered, this.
binder
, this.InputID);
719
IDuplexSessionChannel channel = this.
binder
.Channel as IDuplexSessionChannel;
766
TimeSpan fastPollingInterval = Ticks.ToTimeSpan(Ticks.FromTimeSpan(this.
binder
.DefaultSendTimeout) / 2);
864
this.
binder
.Channel));
869
this.Settings.ReliableMessagingVersion, this.
binder
.Channel, this.
binder
.GetInnerSession(),
915
else if (createResponse.AcceptAcksTo != null && (createResponse.AcceptAcksTo.Uri != this.
binder
.RemoteAddress.Uri))