Encog 1.1 for DotNet
SpiderFoundURL Method (url, source, type)
NamespacesEncog.Bot.SpiderISpiderReportableSpiderFoundURL(Uri, Uri, Spider..::.URLType)
Called when the spider encounters a URL.
Declaration Syntax
C#Visual BasicVisual C++
bool SpiderFoundURL(
	Uri url,
	Uri source,
	Spider..::.URLType type
)
Function SpiderFoundURL ( _
	url As Uri, _
	source As Uri, _
	type As Spider..::.URLType _
) As Boolean
bool SpiderFoundURL(
	Uri^ url, 
	Uri^ source, 
	Spider..::.URLType type
)
Parameters
url (Uri)
The URL that the spider found.
source (Uri)
The page that the URL was found on.
type (Spider..::.URLType)
The type of link this URL is.
Return Value
True if the spider should scan for links on this page.

Assembly: Encog (Module: Encog) Version: 1.1.0.0 (1.1.0)