1 write to _binder
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\ChannelReliableSession.cs (1)
549_binder = binder;
11 references to _binder
System.ServiceModel.Primitives (11)
System\ServiceModel\Channels\ChannelReliableSession.cs (11)
553if (_binder.Channel is IRequestChannel) 557else if (_binder.Channel is IDuplexChannel) 571_requestor.Binder = _binder; 577&& (_binder.GetInnerSession() is ISecureConversationSession)) 582reliableMessagingVersion, Settings.Ordered, _binder, InputID); 615IDuplexSessionChannel channel = _binder.Channel as IDuplexSessionChannel; 650TimeSpan fastPollingInterval = Ticks.ToTimeSpan(Ticks.FromTimeSpan(_binder.DefaultSendTimeout) / 2); 735_binder.Channel)); 740Settings.ReliableMessagingVersion, _binder.Channel, _binder.GetInnerSession(), 786else if (createResponse.AcceptAcksTo != null && (createResponse.AcceptAcksTo.Uri != _binder.RemoteAddress.Uri))