Can I use WCF NET.TCP Protocol from Silverlight 4 for a public website ?
Posted
by pixel3cs
on Stack Overflow
See other posts from Stack Overflow
or by pixel3cs
Published on 2010-04-21T11:28:57Z
Indexed on
2010/04/21
11:33 UTC
Read the original article
Hit count: 239
silverlight-4.0
|tcp
Does anyone know if the new NET.TCP feature of Silverlight 4 can be used for public websites ? From what I know, in the Silverlight 4 Beta they announced that WCF NET.TCP can only be used for intranet applications.
The reason I am asking this is because I want to recode my Silverlight multiplayer chess game (build with SL 3 Sockets support) based on the new SL 4 WCF TCP communication protocol. My Socket implementation is build from scratch and have big issues with thread safe and few unsolvable bugs from my side. I am sure that SL 4 team did a great job and they simplified all hard part for me, letting us, developers, concentrate more on the game code instead on underlying communication layers.
© Stack Overflow or respective owner