7 references to DownloadOptions
System.Deployment (7)
System\Deployment\Application\DownloadManager.cs (5)
12
public static AssemblyManifest DownloadApplicationManifest(AssemblyManifest deploymentManifest, string targetDir, Uri deploymentUri, IDownloadNotification notification,
DownloadOptions
options, out Uri appSourceUri, out string appManifestPath);
13
public static void DownloadDependencies(SubscriptionState subState, AssemblyManifest deployManifest, AssemblyManifest appManifest, Uri sourceUriBase, string targetDirectory, string group, IDownloadNotification notification,
DownloadOptions
options);
15
public static AssemblyManifest DownloadDeploymentManifest(SubscriptionStore subStore, ref Uri sourceUri, out TempFile tempFile, IDownloadNotification notification,
DownloadOptions
options);
16
public static AssemblyManifest DownloadDeploymentManifestBypass(SubscriptionStore subStore, ref Uri sourceUri, out TempFile tempFile, out SubscriptionState subState, IDownloadNotification notification,
DownloadOptions
options);
17
public static bool FollowDeploymentProviderUri(SubscriptionStore subStore, ref AssemblyManifest deployment, ref Uri sourceUri, out TempFile tempFile, IDownloadNotification notification,
DownloadOptions
options);
System\Deployment\Application\FileDownloader.cs (2)
19
protected
DownloadOptions
_options;
25
public
DownloadOptions
Options { set; }