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)
32Session = FramingConnectionDuplexSession.CreateSession(this, settings.Upgrade);
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (1)
37Session = 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)
58IAsyncDuplexSession ISessionChannel<IAsyncDuplexSession>.Session => Session as IAsyncDuplexSession;