[CakeMethodAlias] [CakeAliasCategory("Download")] public static FilePath DownloadFile(this ICakeContext context, Uri address, DownloadFileSettings settings)
var address = new Uri("http://www.example.org/index.html"); var resource = DownloadFile(address, new DownloadFileSettings() { Username = "bob", Password = "builder" });