Is it possible to make a WebSocket connection in Silverlight? -


is possible make websocket connection in silverlight? or if not, know whether scheduled future versions?

ostensibly yes.

in fact has been used provide fall solution browsers don't support websockets.

see following more info note implementation against v75 not v76 (latest).

demo: http://40interop.ep.interop.msftlabs.com/html5/wschat.html

info: http://mtaulty.com/communityserver/blogs/mike_taultys_blog/archive/2010/07/27/silverlight-and-websockets.aspx

info: http://tomasz.janczuk.org/2010/07/silverlight-html5-websocket-client-with.html


Comments

Popular posts from this blog

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -