[HttpRequestHeader.Accept] = "text/html, application/xhtml+xml, */*"; client.Headers[HttpRequestHeader.AcceptLanguage] = "en-US"; client.Headers[HttpRequestHeader.AcceptEncoding] = "gzip, deflate"; client.Headers[HttpRequestHeader.Pragma] = "no-cache"; string bytea = client.DownloadString(...
Whether or not they are full of data, that can result in a ton of small disk accesses. Pity those unfortunate students using low-end laptops* with spinning HDDs! Memory-mapped files like this sometimes get written to very often, since the data is saved in very tiny chunks. Based on so...