Esempio n. 1
0
        static void Main(string[] args)
        {
            Thread.Sleep(5000);
            registryClient = new RegistryHttpClient();
            LoadScenario();

            Console.WriteLine("Press enter to quit...");
            Console.ReadKey();
        }
Esempio n. 2
0
 public ManifestService(IHttpClientProvider httpClientProvider)
 {
     _httpClient = httpClientProvider.GetRegistryClient();
 }