How to create a unit test for a Silverlight socket server?
I am using the Silverlight UnitTest framework.
Edit: I have a simple socket server, which listens for messages. When a message is receive, the server responds to the client. The client is in Silverlight.
How can I create a unit test to check if the server response is correct?