C# Class MyDownloader.Spider.UI.WebSpider

Afficher le fichier Open project: mika76/MyDownloader

Méthodes publiques

Méthode Description
WebSpider ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
EnterDownloadMode ( bool downloading ) : void
InitializeComponent ( ) : void

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

RefreshStatus ( ) : void
UpdateInputBasesOnCheckBoxes ( ) : void
btnAbort_Click ( object sender, EventArgs e ) : void
btnDownloadSite_Click ( object sender, EventArgs e ) : void
check_CheckedChanged ( object sender, EventArgs e ) : void
siteSpider_Aborted ( object sender, EventArgs e ) : void
siteSpider_Completed ( SpiderContext cntx ) : void
tmrRefresh_Tick ( object sender, EventArgs e ) : void

Method Details

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

WebSpider() public méthode

public WebSpider ( ) : System
Résultat System