Browse by Tags

All Tags » StackOverflow Notifier (RSS)

New StackOverflow Notifier Released

This is a maintenance release until I finish the new features I’ve promised. Changes: Added Proxy Support so that users behind firewall can use SO-Notifier. I’ve done a few changes to reduce the bandwidth overhead of the application.   As suggested by Jeff Atwood I’m using gzip http header specified to reduce network bandwidth. It took me a while to discover how to it. Finally I came up with this code to retrieve the user web page: public static string GetStringFromURL(string urlString, IWebProxy...