Cache Tool source code
Console.WriteLine("Cache tool source code as attachment...");
Visual Studio 2005 project
Comments
Anonymous
March 26, 2008
I saw in your code, that you make a "webRequest.GetResponse();" call without disposing the returned response. I think, it would be good to explicitely free the response object by writing the code like "using ( WebResponse myResponse = webRequest.GetResponse() ){}". Regards, AlexanderAnonymous
March 26, 2008
Good comment and you are so right! I will try to update the source code this week.Anonymous
April 10, 2008
ping back from http://www.castorsoft.com/articles/2008.3.20.htm