Welcome to MSDN Blogs Sign in | Join | Help

Mike Flasko's Blog

Development Ramblings

Browse by Tags

All Tags » Changes in Whidbey from Everett   (RSS)
Sorry, but there are no more tags available to filter with.
Strict HTTP Parsing
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...
System.Net now registers a default FtpWebRequest implementation
Prior to the .NET Framework version 2.0, applications could register a component to handle FTP requests using System.Net’s extensible pluggable protocol framework. Components for handling different web requests are registered by associating the component Read More...
Page view tracker