aboutsummaryrefslogtreecommitdiff
path: root/src/api/burn/WixToolset.BootstrapperApplicationApi/IEngine.cs
diff options
context:
space:
mode:
authorBob Arnson <bob@firegiant.com>2025-04-04 19:19:56 -0400
committerBob Arnson <github@bobs.org>2025-04-04 20:10:19 -0400
commit717ac8183b04da445b751865deb40330e5da87c3 (patch)
treeee4a67d33053b01396b9fa21474a0151d4d38d70 /src/api/burn/WixToolset.BootstrapperApplicationApi/IEngine.cs
parent90b1d345326fd05e701c82fa874590aeb6d1ee93 (diff)
downloadwix-717ac8183b04da445b751865deb40330e5da87c3.tar.gz
wix-717ac8183b04da445b751865deb40330e5da87c3.tar.bz2
wix-717ac8183b04da445b751865deb40330e5da87c3.zip
Sync IEngine.SetUpdateSource with native side.
Fixes https://github.com/wixtoolset/issues/issues/9023
Diffstat (limited to '')
-rw-r--r--src/api/burn/WixToolset.BootstrapperApplicationApi/IEngine.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/api/burn/WixToolset.BootstrapperApplicationApi/IEngine.cs b/src/api/burn/WixToolset.BootstrapperApplicationApi/IEngine.cs
index ca423309..03ceed06 100644
--- a/src/api/burn/WixToolset.BootstrapperApplicationApi/IEngine.cs
+++ b/src/api/burn/WixToolset.BootstrapperApplicationApi/IEngine.cs
@@ -156,7 +156,8 @@ namespace WixToolset.BootstrapperApplicationApi
156 /// Sets the URL to the update feed. 156 /// Sets the URL to the update feed.
157 /// </summary> 157 /// </summary>
158 /// <param name="url">URL of the update feed.</param> 158 /// <param name="url">URL of the update feed.</param>
159 void SetUpdateSource(string url); 159 /// <param name="authorizationHeader">Additional proxy authentication header. Not currently used.</param>
160 void SetUpdateSource(string url, string authorizationHeader);
160 161
161 /// <summary> 162 /// <summary>
162 /// Set the local source for a package or container. 163 /// Set the local source for a package or container.