2 types derived from PeerChannelListener
System.ServiceModel (2)
System\ServiceModel\Channels\PeerDuplexChannelListener.cs (1)
75sealed class PeerDuplexChannelListener : PeerChannelListener<IDuplexChannel, PeerDuplexChannelAcceptor>
System\ServiceModel\Channels\PeerInputChannelListener.cs (1)
74sealed class PeerInputChannelListener : PeerChannelListener<IInputChannel, PeerInputChannelAcceptor>