C# Class IPTV_Sharp.XtreamCrawler

Mostrar archivo Open project: Pirate-Crew/IPTV-Sharp Class Usage Examples

Public Properties

Property Type Description
num_results int
progress int
status CrawlerStatus

Public Methods

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

Private Methods

Method Description
Crawl_Manager ( ) : void
Crawl_Method ( object sender, DoWorkEventArgs e ) : void
WaitWorkers ( ) : void

Method Details

DoCrawl() public method

public DoCrawl ( object sender, DoWorkEventArgs e ) : void
sender object
e System.ComponentModel.DoWorkEventArgs
return void

XtreamCrawler() public method

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
return System

Property Details

num_results public_oe property

public int num_results
return int

progress public_oe property

public int progress
return int

status public_oe property

public CrawlerStatus status
return CrawlerStatus