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