From 36eb3fabd3082912d79dbeafc8c406ac6755e1b9 Mon Sep 17 00:00:00 2001 From: Bob Arnson Date: Tue, 1 Apr 2025 16:48:38 -0400 Subject: Sync IEngine.SetDownloadSource with native side. Fixes https://github.com/wixtoolset/issues/issues/9018 --- src/api/burn/WixToolset.BootstrapperApplicationApi/IEngine.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/api/burn/WixToolset.BootstrapperApplicationApi/IEngine.cs') diff --git a/src/api/burn/WixToolset.BootstrapperApplicationApi/IEngine.cs b/src/api/burn/WixToolset.BootstrapperApplicationApi/IEngine.cs index bd78409b..ca423309 100644 --- a/src/api/burn/WixToolset.BootstrapperApplicationApi/IEngine.cs +++ b/src/api/burn/WixToolset.BootstrapperApplicationApi/IEngine.cs @@ -174,7 +174,8 @@ namespace WixToolset.BootstrapperApplicationApi /// The new url. /// The user name for proxy authentication. /// The password for proxy authentication. - void SetDownloadSource(string packageOrContainerId, string payloadId, string url, string user, string password); + /// Additional proxy authentication header. Not currently used. + void SetDownloadSource(string packageOrContainerId, string payloadId, string url, string user, string password, string authorizationHeader); /// /// Sets numeric variables for the engine. -- cgit v1.2.3-55-g6feb