Example #1
0
 private static string DownloadServerVersion()
 {
     using (var wC = new NecroWebClient())
     {
         return wC.DownloadString(VersionUri);
     }
 }