How to correctly write async method?
问题 So I am trying to learn the basics of using 'async' and 'await' in C#, but I am not sure what I am doing wrong here. I am expecting the following output: Calling DoDownload DoDownload done [...output here...] But I don't get the output of the download, and I also expect "done" but that takes a while. Shouldn't that be output immediately? Also, I can't seem to get the string result either. Here is my code: namespace AsyncTest { class Program { static void Main(string[] args) { Debug.WriteLine(