Yet another C# developer with a blog.
Browse by Tags
All Tags »
WebClient »
C# (
RSS)
-
|
I was looking around for something to blog about today and I decided to talk about a small change I recently made to my WebClient class. I have previously published my WebClient on CODEGATOR before, so I wont go into detail about the class itself. The...
|
-
|
I discovered something cool about the WebClient class this weekend, as I was fiddling around with the code for my web spider utility. I originally wrote my app using the WebClient class, since it was faster to code than the tried and true HttpWebRequest...
|