BundleResolveSourceLocation Class
Updates payload source locations.
Properties
Section titled “Properties”| Property | Description |
|---|---|
| NewDownloadSource | Optional new URL to download payload. |
| NewLocalSource | Optional new path to payload. |
| ProxyUserName | Optional username for download authentication. |
| ProxyUserPassword | Optional password for download authentication. |
FireGiant.BundleApplicationFramework v6.0.1
NewDownloadSource Property
Section titled “NewDownloadSource Property”Optional new URL to download payload.
Declaration
Section titled “Declaration”public string NewDownloadSource { get; set; }NewLocalSource Property
Section titled “NewLocalSource Property”Optional new path to payload.
Declaration
Section titled “Declaration”public string NewLocalSource { get; set; }ProxyUserName Property
Section titled “ProxyUserName Property”Optional username for download authentication.
Declaration
Section titled “Declaration”public string ProxyUserName { get; set; }ProxyUserPassword Property
Section titled “ProxyUserPassword Property”Optional password for download authentication.
Declaration
Section titled “Declaration”public string ProxyUserPassword { get; set; }