Encog 1.1 for DotNet
Spider Constructor (options, report)
NamespacesEncog.Bot.SpiderSpiderSpider(SpiderOptions, ISpiderReportable)
Construct a spider object. The options parameter specifies the options for this spider. The report parameter specifies the class that the spider is to report progress to.
Declaration Syntax
C#Visual BasicVisual C++
public Spider(
	SpiderOptions options,
	ISpiderReportable report
)
Public Sub New ( _
	options As SpiderOptions, _
	report As ISpiderReportable _
)
public:
Spider(
	SpiderOptions^ options, 
	ISpiderReportable^ report
)
Parameters
options (SpiderOptions)
The configuration options for this spider.
report (ISpiderReportable)
A SpiderReportable class to report progress to

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