Implemented interface member:
property
Session
System.ServiceModel.Channels.ISessionChannel<TSession>.Session
2 writes to Session
System.ServiceModel.NetFramingBase (2)
System\ServiceModel\Channels\FramingChannels.cs (1)
32
Session
= FramingConnectionDuplexSession.CreateSession(this, settings.Upgrade);
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (1)
37
Session
= new ConnectionDuplexSession(this);
2 references to Session
System.ServiceModel.NetFramingBase (2)
System\ServiceModel\Channels\SessionConnectionReader.cs (1)
249
_channel.
Session
.CloseOutputSession(_channel.GetInternalCloseTimeout());
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (1)
58
IAsyncDuplexSession ISessionChannel<IAsyncDuplexSession>.Session =>
Session
as IAsyncDuplexSession;