SilverlightShow: Implementing network protocol easily with a generic SocketClient Comments http://www.silverlightshow.net/ Silverlight articles, Silverlight tutorials, Silverlight videos, Silverlight samples SilverlightShow.net http://www.rssboard.org/rss-specification Argotic Syndication Framework 2008.0.2.0, http://www.codeplex.com/Argotic en-US estoychev@completit.com (Emil Stoychev) Re: Implementing network protocol easily with a generic SocketClient I have really enjoyed your <a href="http://www.silverlightshow.net/items/Implements-network-protocol-easily-with-a-generic-SocketClient.aspx">article</a>. Thanks for writing it! http://www.silverlightshow.net/items/Implements-network-protocol-easily-with-a-generic-SocketClient.aspx#comment7761 iguy99 http://www.silverlightshow.net/items/Implements-network-protocol-easily-with-a-generic-SocketClient.aspx Wed, 04 Apr 2012 00:32:44 GMT Re: Implementing network protocol easily with a generic SocketClient <p>To answer the question related to using SSL in SilverLight. From what I can understand it <strong><span style="text-decoration: underline;">IS</span></strong> possible to do this if you are running in a trusted environment. It is not simple but there is a component out there that has been written to help with this. If you are interested the component is located here: <a href="http://www.eldos.com/sbb/net-ssl.php">http://www.eldos.com/sbb/net-ssl.php</a>.</p> <p>Hope that helps!</p> <p><a href="http://takingbackground.org/">Taking Back Ground Bozeman</a></p> http://www.silverlightshow.net/items/Implements-network-protocol-easily-with-a-generic-SocketClient.aspx#comment6469 sammys111 http://www.silverlightshow.net/items/Implements-network-protocol-easily-with-a-generic-SocketClient.aspx Wed, 31 Aug 2011 05:28:59 GMT RE: Implementing network protocol easily with a generic SocketClient Very good article. I run a <a href="http://www.withvb.net/">VB.NET Tutorial</a> site and would love to have an example like this on it. Do you have any sample code but in VB.NET instead of C#? I know I can translate your code if need be but I thought I would start by asking you. Or even better would you want to write a separate tutorial using VB.NET? Either way, thanks for the great post I appreciate it greatly! http://www.silverlightshow.net/items/Implements-network-protocol-easily-with-a-generic-SocketClient.aspx#comment6028 Matt http://www.silverlightshow.net/items/Implements-network-protocol-easily-with-a-generic-SocketClient.aspx Sun, 01 May 2011 01:07:35 GMT RE: Implementing network protocol easily with a generic SocketClient <p>To answer your question, I think there is not anything to implement ssl/tls sockets with silverlight. If you need to use a SSL channel you have to rely on the HTTPS protocol that is fully supported. However, I found this <a href="http://www.udaparts.com/document/Tutorial/slpush.htm">http://www.udaparts.com/document/Tutorial/slpush.htm</a> crawling the net. Perhaps it may help you.</p> <p>bye.</p> http://www.silverlightshow.net/items/Implements-network-protocol-easily-with-a-generic-SocketClient.aspx#comment3749 Andrea Boschin http://www.silverlightshow.net/items/Implements-network-protocol-easily-with-a-generic-SocketClient.aspx Wed, 09 Jun 2010 22:59:44 GMT RE: Implementing network protocol easily with a generic SocketClient Hi, Silverlight does not support any kind of Stream from the network, I figure out due to the asyncronous model.<br /> bye http://www.silverlightshow.net/items/Implements-network-protocol-easily-with-a-generic-SocketClient.aspx#comment3748 Andrea Boschin http://www.silverlightshow.net/items/Implements-network-protocol-easily-with-a-generic-SocketClient.aspx Wed, 09 Jun 2010 22:52:35 GMT RE: Implementing network protocol easily with a generic SocketClient <div>Great article, and helper class.</div> <div><br /> </div> <div>Is their any way to use <strong>secure sockets</strong> via Silverlight (to access POP over SSL), as I don't think Silverlight 4 supports System.Net.Security.SslStream ?</div> <div><span style="font-family: arial; font-size: 12px; line-height: 20px; -webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; "><br /> </span></div> <div><span style="font-family: arial; font-size: 12px; line-height: 20px; -webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; "><br /> </span></div> http://www.silverlightshow.net/items/Implements-network-protocol-easily-with-a-generic-SocketClient.aspx#comment3746 marti http://www.silverlightshow.net/items/Implements-network-protocol-easily-with-a-generic-SocketClient.aspx Wed, 09 Jun 2010 18:16:49 GMT