Implemented interface member:
property
Session
System.ServiceModel.Channels.ISessionChannel<TSession>.Session
3 writes to Session
System.ServiceModel (3)
System\ServiceModel\Channels\FramingChannels.cs (2)
37this.Session = FramingConnectionDuplexSession.CreateSession(this, settings.Upgrade); 45this.Session = FramingConnectionDuplexSession.CreateSession(this, channelListener.Upgrade);
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (1)
45this.Session = new ConnectionDuplexSession(this);
1 reference to Session
System.ServiceModel (1)
System\ServiceModel\Channels\SessionConnectionReader.cs (1)
1581channel.Session.CloseOutputSession(channel.InternalCloseTimeout);