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