I\'m building this class to download files in parts/sections/segments. In .NET 4.0, I can use this code to specify the range to download from
long startPos =
Since .NET 4, HttpWebRequest.AddRange() supports long: http://msdn.microsoft.com/en-us/library/dd992108.aspx
HttpWebRequest.AddRange()