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

Filed under:
|
|
|
|

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:

  1. Connect to it and keep a persistent connection
  2. Send and Receive data
  3. 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

Related posts about silverlight-4.0

Related posts about Silverlight