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