2 types derived from TransportDuplexSessionChannel
System.ServiceModel (2)
System\ServiceModel\Channels\FramingChannels.cs (1)
20abstract class FramingDuplexSessionChannel : TransportDuplexSessionChannel
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (1)
22abstract class WebSocketTransportDuplexSessionChannel : TransportDuplexSessionChannel
11 references to TransportDuplexSessionChannel
System.ServiceModel (11)
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (11)
622TransportDuplexSessionChannel channel; 625public ConnectionDuplexSession(TransportDuplexSessionChannel channel) 650public TransportDuplexSessionChannel Channel 699TransportDuplexSessionChannel channel; 702public CloseAsyncResult(TransportDuplexSessionChannel channel, TimeSpan timeout, AsyncCallback callback, object state) 880TransportDuplexSessionChannel channel; 883public CloseOutputSessionAsyncResult(TransportDuplexSessionChannel channel, TimeSpan timeout, AsyncCallback callback, object state) 1036TransportDuplexSessionChannel channel; 1043public SendAsyncResult(TransportDuplexSessionChannel channel, Message message, TimeSpan timeout, bool streamedOutput, AsyncCallback callback, object state) 1227TransportDuplexSessionChannel channel; 1231public TryReceiveAsyncResult(TransportDuplexSessionChannel channel, TimeSpan timeout, AsyncCallback callback, object state)