C# Class IPTV_Sharp.XtreamCrawler

Afficher le fichier Open project: Pirate-Crew/IPTV-Sharp Class Usage Examples

Méthodes publiques

Свойство Type Description
num_results int
progress int
status CrawlerStatus

Méthodes publiques

Méthode Description
DoCrawl ( object sender, DoWorkEventArgs e ) : void
XtreamCrawler ( DictionaryManager dictionary, string server, int concurrent_tasks, bool force_crawl, bool uppercase ) : System

Private Methods

Méthode Description
Crawl_Manager ( ) : void
Crawl_Method ( object sender, DoWorkEventArgs e ) : void
WaitWorkers ( ) : void

Method Details

DoCrawl() public méthode

public DoCrawl ( object sender, DoWorkEventArgs e ) : void
sender object
e System.ComponentModel.DoWorkEventArgs
Résultat void

XtreamCrawler() public méthode

public XtreamCrawler ( DictionaryManager dictionary, string server, int concurrent_tasks, bool force_crawl, bool uppercase ) : System
dictionary DictionaryManager
server string
concurrent_tasks int
force_crawl bool
uppercase bool
Résultat System

Property Details

num_results public_oe property

public int num_results
Résultat int

progress public_oe property

public int progress
Résultat int

status public_oe property

public CrawlerStatus status
Résultat CrawlerStatus