Encog 1.1 for DotNet
SpiderProcessURL Method (url, stream)
NamespacesEncog.Bot.SpiderISpiderReportableSpiderProcessURL(Uri, Stream)
Called when the spider is about to process a NON-HTML URL.
Declaration Syntax
C#Visual BasicVisual C++
void SpiderProcessURL(
	Uri url,
	Stream stream
)
Sub SpiderProcessURL ( _
	url As Uri, _
	stream As Stream _
)
void SpiderProcessURL(
	Uri^ url, 
	Stream^ stream
)
Parameters
url (Uri)
The URL that the spider found.
stream (Stream)
An InputStream to read the page contents from.

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