1 type derived from ConnectionDuplexSession
System.ServiceModel (1)
System\ServiceModel\Channels\FramingChannels.cs (1)
127
class FramingConnectionDuplexSession :
ConnectionDuplexSession
1 instantiation of ConnectionDuplexSession
System.ServiceModel (1)
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (1)
45
this.Session = new
ConnectionDuplexSession
(this);