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