C# Class XenUpdater.AutoUpdate.Downloader

Show file Open project: xenserver/win-xenguestagent

Public Methods

Method Description
Download ( string url, string file, int maxsize ) : bool
Downloader ( ) : System

Private Methods

Method Description
DownloadCompleted ( object sender, System evt ) : void
DownloadProgressChanged ( object sender, DownloadProgressChangedEventArgs evt ) : void

Method Details

Download() public method

public Download ( string url, string file, int maxsize ) : bool
url string
file string
maxsize int
return bool

Downloader() public method

public Downloader ( ) : System
return System