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