TCP/IP over SSL and silverlight
Posted
by rahulchandran
on Stack Overflow
See other posts from Stack Overflow
or by rahulchandran
Published on 2009-12-17T23:28:23Z
Indexed on
2010/05/11
4:34 UTC
Read the original article
Hit count: 304
silverlight-3.0
I want to write a silverlight page which connects to a tcp/ip server. The server is layering ssl as well. The problem is I don't see a SSLStream in Silverlight.
Is this doable (I need the tcp/ip because this page will constantly get events from the server and no I don't want to poll, in fact I can't the server is third party)
Thanks
© Stack Overflow or respective owner