Implemented interface member:
property
Session
System.ServiceModel.Channels.ISessionChannel<TSession>.Session
2 writes to Session
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingChannels.cs (1)
32this.Session = FramingConnectionDuplexSession.CreateSession(this, settings.Upgrade);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (1)
43this.Session = new ConnectionDuplexSession(this);
1 reference to Session
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SessionConnectionReader.cs (1)
363_channel.Session.CloseOutputSession(_channel.GetInternalCloseTimeout());