Add a URL for processing. Accepts a SpiderURL.

Declaration Syntax
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)