HttpWebRequest and GZip Http Responses
Posted by: Rick Strahls WebLog,
on 29 Jun 2007 |
View original
I've talked a bit about GZip compression (here and here and here) on the server recently. It's pretty straight forward to use GZip compression either by letting IIS do it for you automatically or by using some simple ASP.NET code to compress content. As a quick review to create GZip content on the server generically I created a couple simple static utility functions that can be called from anywhere to dynamically encode dynamic ASP.NET content:/// <summary>
/// Determines if GZip...