2 references to PeerDuplexChannel
System.ServiceModel (2)
System\ServiceModel\Channels\PeerChannelFactory.cs (1)
156PeerDuplexChannel duplexChannel = new PeerDuplexChannel(peerNode, registration, this, to, via);
System\ServiceModel\Channels\PeerDuplexChannelListener.cs (1)
61return new PeerDuplexChannel(peerNode, registration, ChannelManager, localAddress, via);