C# Class Gallatin.Service.Update.ManifestProvider

Retrieves the current update manifest from the Gallatin Proxy web server
Inheritance: IManifestProvider
Mostra file Open project: williamoneill/Gallatin

Public Methods

Method Description
DownloadUpdateArchive ( Uri source, FileInfo destination ) : void

Method Details

DownloadUpdateArchive() public method

public DownloadUpdateArchive ( Uri source, FileInfo destination ) : void
source System.Uri
destination System.IO.FileInfo
return void