Sockets with Silverlight 4
- by AngryHacker
I need to implement a persistent socket connection from my in-browser Silverlight 4 app to a device on the network.
I need the following:
Connect to it and keep a persistent connection
Send and Receive data
Get some type of event or notification (or detect it) when the connection drops.
Is this possible with Silverlight 4? If so, can someone point me to some examples? All I am finding are some attempts at it with Silverlight 2.