These forums have been archived and are now read-only.
The new forums are live and can be found at https://forums.eveonline.com/
[EveLib] A .NET library for EveXML, CREST, EveCentral, and more
string cachePath= @"C:\Users\*****\AppData\Roaming\EveLib\EveCrestCache"; string cacheregister= "???"; EveLibFileCache cache = new EveLibFileCache(cachePath, cacheregister); Console.WriteLine(cache.LoadAsync(Uri);
Developer of EveLib and EveAuthUtility