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

link|improve this question

79% accept rate
feedback

4 Answers

up vote 9 down vote accepted

It was added in mango version. http://msdn.microsoft.com/en-us/library/system.net.sockets.socket(v=VS.96).aspx

link|improve this answer
This is the correct and accepted answer post-mango (v7.5) – David Hayes Aug 23 '11 at 14:07
feedback

from the WM Phone 7 Dev FAQ:

http://social.msdn.microsoft.com/Forums/en-US/windowsphone7series/thread/2892a6f0-ab26-48d6-b63c-e38f62eda3b3

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.)

link|improve this answer
Boo! Oh well, looks like I'm going to have to find an alternative, at least the "currently" gives me hope! – David Hayes Mar 25 '10 at 1:07
2  
Currently in WP7.5(Mango) there are sockets. SO the answer is no longer correct. – Belorus Jul 20 '11 at 13:09
This was the correct and accepted answer pre-Mango v7.5 – David Hayes Aug 23 '11 at 14:07
WP7.1 supports the Sockets. – Muhammed Medeni Baykal Dec 20 '11 at 1:44
feedback

According to microsoft announcment, sockets will be available in next "mango" update for late 2011. Dev tools to ship May 2011. "...The integration extends deeper into the operating system via sockets..."

link|improve this answer
feedback

While sockets are not exposed in Windows Phone 7, the better alternative would be to use WCF.

link|improve this answer
Can you use WCF to call an arbitrary JSON service? – David Hayes Apr 12 '10 at 21:31
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.