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