C# Class Tenteikura.Crawler

Mostra file Open project: bolthar/tenteikura

Public Methods

Method Description
Crawl ( Uri url ) : void
Crawler ( Cache cache ) : System
Crawler ( Cache cache, bool followExternalLinks ) : System
OnPageLoaded ( Page page ) : void

Method Details

Crawl() public method

public Crawl ( Uri url ) : void
url System.Uri
return void

Crawler() public method

public Crawler ( Cache cache ) : System
cache Cache
return System

Crawler() public method

public Crawler ( Cache cache, bool followExternalLinks ) : System
cache Cache
followExternalLinks bool
return System

OnPageLoaded() public method

public OnPageLoaded ( Page page ) : void
page Page
return void