Is there any support for TCP/IP Sockets in Windows Phone 7? I'm not having any luck finding it so far.
I want to connect to a port on a server and issue commands/receive responses
views:
1192answers:
2
+5
A:
from the WM Phone 7 Dev FAQ:
Can I use Sockets for peer to peer communication?
Windows Phone 7 Series currently does not expose the Socket classes. While the version of Silverlight on the phone follows closely the feature list for Silverlight 3 on the desktop, it is a subset of those features and will not contain all classes. (It also holds a superset of classes not available in Silverlight 3.)
Matt H
2010-03-24 17:51:08
Boo! Oh well, looks like I'm going to have to find an alternative, at least the "currently" gives me hope!
David Hayes
2010-03-25 01:07:56
A:
While sockets are not exposed in Windows Phone 7, the better alternative would be to use WCF.
Vijay Verma
2010-04-04 09:07:42