C# Class ZForge.Controls.Net.Downloader

Afficher le fichier Open project: zhuangyy/Motion

Méthodes publiques

Méthode Description
Download ( ) : void
Downloader ( ) : System
Reset ( ) : void

Méthodes protégées

Méthode Description
ConstructPostQueries ( ) : byte[]
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnDoWork ( ) : void
OnRunWorkerCompleted ( object sender, RunWorkerCompletedEventArgs e ) : void

Private Methods

Méthode Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

backgroundWorker_DoWork ( object sender, DoWorkEventArgs e ) : void
backgroundWorker_ProgressChanged ( object sender, ProgressChangedEventArgs e ) : void
backgroundWorker_RunWorkerCompleted ( object sender, RunWorkerCompletedEventArgs e ) : void

Method Details

ConstructPostQueries() protected méthode

protected ConstructPostQueries ( ) : byte[]
Résultat byte[]

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

Download() public méthode

public Download ( ) : void
Résultat void

Downloader() public méthode

public Downloader ( ) : System
Résultat System

OnDoWork() protected méthode

protected OnDoWork ( ) : void
Résultat void

OnRunWorkerCompleted() protected méthode

protected OnRunWorkerCompleted ( object sender, RunWorkerCompletedEventArgs e ) : void
sender object
e RunWorkerCompletedEventArgs
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void