1 implementation of GetInnerSession
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\ReliableChannelBinder.cs (1)
398public abstract ISession GetInnerSession();
8 references to GetInnerSession
System.ServiceModel.Primitives (8)
System\ServiceModel\Channels\ChannelReliableSession.cs (2)
577&& (_binder.GetInnerSession() is ISecureConversationSession)) 740Settings.ReliableMessagingVersion, _binder.Channel, _binder.GetInnerSession(),
System\ServiceModel\Channels\ClientReliableDuplexSessionChannel.cs (1)
960Settings.ReliableMessagingVersion, Binder.Channel, Binder.GetInnerSession(),
System\ServiceModel\Channels\CreateSequence.cs (1)
198ISecureConversationSession securitySession = _binder.GetInnerSession() as ISecureConversationSession;
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (2)
406_binder.Channel, _binder.GetInnerSession(), reply); 432Settings.ReliableMessagingVersion, _binder.Channel, _binder.GetInnerSession(), message);
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (2)
443binder.Channel, binder.GetInnerSession(), reply); 473settings.ReliableMessagingVersion, binder.Channel, binder.GetInnerSession(), reply);