Esempio n. 1
0
        public async Task TestDownloader()
        {
            var    downloader = new HttpDownloader(new Uri("https://marketplace.visualstudio.com/items?itemName=sdras.vue-vscode-extensionpack"), "test", "test");
            string html       = await downloader.GetPageAsync().ConfigureAwait(false);

            Assert.NotEqual(string.Empty, html);
        }