Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » System.Net » Asynchronous Programming   (RSS)

Sample Asynchronous SslStream Client/Server Implementation

I was recently asked about sample code for the System.Net.Security.SslStream using the asynchronous APIs. I searched the web and couldn't find anything significant, so I decided to write some that included the asynchronous usage of the TcpListenter and

Simple Message Framing Sample for TCP Socket - Part 2 (Asynchronous)

As a follow up to my last post ( http://blogs.msdn.com/joncole/archive/2006/03/20/555721.aspx ) I decided to add some sample code for implementing an asynchronous version of ReadMessage. All of the same rules apply as discussed in my previous post, but
 
Page view tracker