Click here to Skip to main content
15,893,161 members

Comments by StephenPhillips (Top 1 by date)

StephenPhillips 6-Feb-12 18:51pm View    
Deleted
Although it isn't strictly an issue in C#, it's ill advised to have an object called update within a function called update; it would be more appropriate to call the WebClient object something like "client". That said, this function does the job it set out to do.