2 types derived from TransportDuplexSessionChannel
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingChannels.cs (1)
14internal abstract class FramingDuplexSessionChannel : TransportDuplexSessionChannel
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (1)
14internal abstract class WebSocketTransportDuplexSessionChannel : TransportDuplexSessionChannel
3 references to TransportDuplexSessionChannel
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (3)
729private TransportDuplexSessionChannel _channel; 732public ConnectionDuplexSession(TransportDuplexSessionChannel channel) 757public TransportDuplexSessionChannel Channel