Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

No P2P in Windows Metro applications?

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)

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?

like image 556
gerkberk Avatar asked Sep 21 '11 21:09

gerkberk


1 Answers

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.

like image 146
ReinstateMonica Larry Osterman Avatar answered Oct 09 '22 15:10

ReinstateMonica Larry Osterman