C# Class IInteractive.WebConsole.Crawler

Mostra file Open project: iinteractive/IInteractive.WebTest Class Usage Examples

Public Properties

Property Type Description
HttpRequestResults List
UNIQUE_SEEDS_ERROR_MESSAGE String

Public Methods

Method Description
Crawl ( ) : void
Crawler ( List Seeds, Browser BrowserToTest, int RecursionLimit ) : System
Crawler ( SeedCollection Seeds, Browser BrowsertToTest, int RecursionLimit ) : System
GetSetOfCrawlableHosts ( ) : SortedSet

Method Details

Crawl() public method

public Crawl ( ) : void
return void

Crawler() public method

public Crawler ( List Seeds, Browser BrowserToTest, int RecursionLimit ) : System
Seeds List
BrowserToTest Browser
RecursionLimit int
return System

Crawler() public method

public Crawler ( SeedCollection Seeds, Browser BrowsertToTest, int RecursionLimit ) : System
Seeds SeedCollection
BrowsertToTest Browser
RecursionLimit int
return System

GetSetOfCrawlableHosts() public method

public GetSetOfCrawlableHosts ( ) : SortedSet
return SortedSet

Property Details

HttpRequestResults public_oe property

public List HttpRequestResults
return List

UNIQUE_SEEDS_ERROR_MESSAGE public_oe static_oe property

public static String UNIQUE_SEEDS_ERROR_MESSAGE
return String