在Windows地铁应用程序没有P2P?

问题描述:

在会议上,在打造的Windows 8应用程序开发的.NET开发者的角度,演讲中提到,只有客户端的WCF功能都暴露在新城配置文件,我们不能创建一个服务器。 ( http://channel9.msdn.com/Events/BUILD/ ?BUILD2011 / TOOL-930C格式=渐进 @〜34:00)

In the "A .NET developer's view of Windows 8 app development" session at BUILD, the lecturer mentions that only the client-side WCF features are exposed in the Metro profile, we cannot create a server. ( http://channel9.msdn.com/Events/BUILD/BUILD2011/TOOL-930C?format=progressive @ ~34:00)

这是否意味着直接的对等通信是不可能的地铁应用程序和用户之间通过Internet进行的任何数据交换总是有实际通过非Metro风格的应用程序旅行?

Does this mean that direct peer to peer communication is not possible for Metro applications, and any data exchanged between 2 users over the internet will always have to actually travel through a non-metro-style application?

接入插座是由互联网(客户端和放大器;服务器)控制的能力,如果这种能力是在应用程序中启用了,你应该能够发送和接收数据在互联网上。

Access to sockets is controlled by the "Internet (Client & Server)" capability, if this capability is enabled in your application, you should be able to send and receive data over the internet.