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