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