1 implementation of GetInnerSession
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableChannelBinder.cs (1)
615public abstract ISession GetInnerSession();
11 references to GetInnerSession
System.ServiceModel (11)
System\ServiceModel\Channels\ChannelReliableSession.cs (2)
672&& (this.binder.GetInnerSession() is ISecureConversationSession)) 869this.Settings.ReliableMessagingVersion, this.binder.Channel, this.binder.GetInnerSession(),
System\ServiceModel\Channels\CreateSequence.cs (1)
197ISecureConversationSession securitySession = this.binder.GetInnerSession() as ISecureConversationSession;
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (1)
1241this.settings.ReliableMessagingVersion, this.binder.Channel, this.binder.GetInnerSession(),
System\ServiceModel\Channels\ReliableInputSessionChannel.cs (2)
496this.Listener.ReliableMessagingVersion, this.Binder.Channel, this.Binder.GetInnerSession(), 952this.Listener.ReliableMessagingVersion, this.Binder.Channel, this.Binder.GetInnerSession(),
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (2)
500this.binder.Channel, this.binder.GetInnerSession(), reply); 526this.settings.ReliableMessagingVersion, this.binder.Channel, this.binder.GetInnerSession(), message);
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (1)
399this.listener.ReliableMessagingVersion, this.binder.Channel, this.binder.GetInnerSession(),
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (2)
583this.binder.Channel, this.binder.GetInnerSession(), reply); 613this.settings.ReliableMessagingVersion, this.binder.Channel, this.binder.GetInnerSession(), reply);