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