1 instantiation of PeerInputChannel
System.ServiceModel (1)
System\ServiceModel\Channels\PeerInputChannelListener.cs (1)
33return new PeerInputChannel(peerNode, registration, ChannelManager, localAddress, via);
6 references to PeerInputChannel
System.ServiceModel (6)
System\ServiceModel\Channels\PeerInputChannelListener.cs (6)
12sealed class PeerInputChannelAcceptor : SingletonChannelAcceptor<IInputChannel, PeerInputChannel, Message> 18PeerMessageDispatcher<IInputChannel, PeerInputChannel> dispatcher = null; 27PeerMessageDispatcher<IInputChannel, PeerInputChannel>.PeerMessageQueueAdapter queueHandler = new PeerMessageDispatcher<IInputChannel, PeerInputChannel>.PeerMessageQueueAdapter(this); 28dispatcher = new PeerMessageDispatcher<IInputChannel, PeerInputChannel>(queueHandler, peerNode, ChannelManager, localAddress, via); 31protected override PeerInputChannel OnCreateChannel()