Sockets with Silverlight 4
Posted
by AngryHacker
on Stack Overflow
See other posts from Stack Overflow
or by AngryHacker
Published on 2010-05-05T16:41:50Z
Indexed on
2010/05/05
16:58 UTC
Read the original article
Hit count: 438
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.
© Stack Overflow or respective owner