private static Task Download()

in src/Azure.AppService.Tunnel/Agent/DebuggerAgentDownloader.cs [44:47]


    private static Task Download(string path, string fileName)
    {
        return FileDownloader.Download(string.Format(UrlPattern, fileName), path);
    }