0
kicks
Downloading a file using pure .Net Socket
Ok, so sometimes HttpWebRequest and WebClient does not really cut it, so you have no choice but to perform a raw download - socket is the way to go. Here is a quick and dirty way of downloading a file using socket. .Net sockets are not limited to http, you can use it to download files from different protocols.