vote up 2 vote down star
1

Can Silverlight 3 OPEN SOCKETS?


If yes. What do I need

  • MSDN if there is any help on this.
  • Open Source Libs/wrappers for encoding/decoding.
  • Tutorials and blog articles on How to do it.
    If no I need where did you get the info from (link to MSDN or other official SL resource)
flag

4 Answers

vote up 1 vote down

Here's an article about using sockets in Silverlight and here is a link to framework simplifying that. Also a quick search on google will turn up useable results!

link|flag
vote up 2 vote down

Yes, you can, but only within a certain range of ports (4502-4534) and only if you can also host an appropriate cross-domain policy file on port 943 on the same server. You've already got the MSDN link - here's an example application (for SL2, but should be similar in 3):

[Pushing Data to a Silverlight Client with Sockets Part 1][1]

Search Dan's blog for "socket" and you can find part 2 and how to create the policy server - SO won't let me post more than 1 link :(

link|flag
vote up 1 vote down

Here's the MSDN article on working with sockets:

Working with Sockets

link|flag
It's not a yes\no answer.( – Ole Jak Nov 3 at 22:12
The yes should be implied by the article title. – jfawcett Nov 3 at 22:18
It's a MSDN article about using Sockets with Silverlight 3.. so.. YES! ;) – andyp Nov 3 at 22:20
Could you please post some Tutorials and blog articles on How to do it. (open up Socket in SL3) – Ole Jak Nov 3 at 22:31

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.