views:

19

answers:

0

I'm learning silverlight programming as well as networking and I was using this tutorial: http://www.switchonthecode.com/tutorials/csharp-tutorial-simple-threaded-tcp-server

However in it it says to connect to a server you must create an instance of TcpClient, in my server side code which uses the forms application I have access to TcpCLient, but in the silverlight app I can't create a TcpClient and it refuses to find it in the namespace which I acces it through in the forms application.

So how do I do this?