views:

1630

answers:

2

I need to know how to open a TCP socket connection from Silverlight. How is it done?

+1  A: 

Take a look at the Socket class in Silverlight. The MSDN documentation has a good sample.

spoon16
+2  A: 

A quick google search delivers this site

Silverlight 2 and System.Net.Sockets.Socket

Henrik P. Hessel