Replacing deprecated System.Net.WebProxy.GetDefaultProxy() in .NET 2.0
Posted by: Rick Strahls WebLog,
on 11 Jul 2005 |
View original
I’m in the final stages of getting my West Wind Web Store app ported over to 2.0 by getting rid of all of the obsolete function calls and other non fatal messages. Frankly most of these deprecated APIs changes are lame and for the most part simple name changes or attaching the same logic to some other object. While I think cleaning up interfaces is not a bad idea, deprecating many of these old apis in this ways is a pain. I know, I know I can turn this off, but this code ships to customers...