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