2 types derived from ConnectionOrientedTransportChannelListener
System.ServiceModel (2)
System\ServiceModel\Channels\NamedPipeChannelListener.cs (1)
168
abstract class NamedPipeChannelListener :
ConnectionOrientedTransportChannelListener
System\ServiceModel\Channels\TcpChannelListener.cs (1)
175
abstract class TcpChannelListener :
ConnectionOrientedTransportChannelListener
7 references to ConnectionOrientedTransportChannelListener
System.ServiceModel (7)
System\ServiceModel\Channels\ConnectionOrientedTransportChannelListener.cs (1)
368
public ConnectionOrientedTransportReplyChannelAcceptor(
ConnectionOrientedTransportChannelListener
listener)
System\ServiceModel\Channels\ConnectionOrientedTransportManager.cs (2)
14
where TChannelListener :
ConnectionOrientedTransportChannelListener
97
internal bool IsCompatible(
ConnectionOrientedTransportChannelListener
channelListener)
System\ServiceModel\Channels\FramingChannels.cs (1)
40
protected FramingDuplexSessionChannel(
ConnectionOrientedTransportChannelListener
channelListener,
System\ServiceModel\Channels\SessionConnectionReader.cs (3)
333
public IDuplexSessionChannel CreateDuplexSessionChannel(
ConnectionOrientedTransportChannelListener
channelListener, EndpointAddress localAddress, bool exposeConnectionProperty, ConnectionDemuxer connectionDemuxer)
340
ConnectionOrientedTransportChannelListener
channelListener;
351
public ServerFramingDuplexSessionChannel(
ConnectionOrientedTransportChannelListener
channelListener, ServerSessionPreambleConnectionReader preambleReader,