Generally I don't like making a post that only includes links to other posts, but I'm making an exception for this case. In this ( http://blogs.msdn.com/malarch/archive/2005/11/18/494769.aspx ) article Malar explains how to create a single socket that
Read More...
In version 2.0 of the .Net Framework, we (System.Net) changed how we parse HTTP traffic. The change has gone to a more strict parsing model. One example, is we now require a CRLF (carriage return, line feed) at the end of each line. While these changes
Read More...