1 type derived from ConnectionDuplexSession
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingChannels.cs (1)
121
internal class FramingConnectionDuplexSession :
ConnectionDuplexSession
1 instantiation of ConnectionDuplexSession
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (1)
43
this.Session = new
ConnectionDuplexSession
(this);