These forums have been archived and are now read-only.
The new forums are live and can be found at https://forums.eveonline.com/
C#: Market bulk data slow
public static string Load(string url){ var req = (HttpWebRequest)WebRequest.Create(url); var response = req.GetResponse(); using (var stream = response.GetResponseStream()) { if (stream == null) return null; using (var buffer = new BufferedStream(stream)) { var reader = new StreamReader(buffer); return reader.ReadToEnd(); } }}
Hyperdrive your production business: Eve Production Manager
Woo! CSM XI!
Fuzzwork Enterprises
Twitter: @fuzzysteve on Twitter
Maximze your Industry Potential! - Download EVE Isk per Hour!
Import CCP's SDE - EVE SDE Database Builder