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