Encog 1.1 for DotNet
AddURL Method (url, source, depth)
NamespacesEncog.Bot.SpiderSpiderAddURL(Uri, Uri, Int32)
Add a URL for processing. Accepts a SpiderURL.
Declaration Syntax
C#Visual BasicVisual C++
public void AddURL(
	Uri url,
	Uri source,
	int depth
)
Public Sub AddURL ( _
	url As Uri, _
	source As Uri, _
	depth As Integer _
)
public:
void AddURL(
	Uri^ url, 
	Uri^ source, 
	int depth
)
Parameters
url (Uri)
The URL to add.
source (Uri)
Where this URL was found.
depth (Int32)
The depth of this URL.

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