Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 WCF 让多个对等点使用 NetPeerTcpBinding 相互连接。
有没有办法联系这个网格中的单个对等点?
最好我想透明地联系这个对等点,以便接收者简单地继续收听它一直拥有的频道,而发送者跳过一些循环仅将消息传递给接收者。
WCF 点对点没有内置方法来定位网格中的单个节点,但 Microsoft 提供了一些关于如何完成它的建议。
http://msdn.microsoft.com/en-us/library/ms733062.aspx