Encog 1.1 for DotNet
Encog.Bot.Spider Namespace
NamespacesEncog.Bot.Spider

[Missing <summary> documentation for N:Encog.Bot.Spider]

Declaration Syntax
C#Visual BasicVisual C++
namespace Encog.Bot.Spider
Namespace Encog.Bot.Spider
namespace Encog.Bot.Spider
Types
All TypesClassesInterfacesEnumerations
IconTypeDescription
ISpiderReportable
The SpiderReportable interface defines how the spider reports its findings to an outside class.

Spider
Spider: This is the main class that implements the Heaton Research Spider.

SpiderException
SpiderException: This exception is thrown when the spider encounters an error.

SpiderInputStream
SpiderInputStream: This class is used by the spider to both parse and save an InputStream.

SpiderOptions
SpiderOptions: This class contains options for the spider's execution.

SpiderParseHTML
SpiderParseHTML: This class layers on top of the ParseHTML class and allows the spider to extract what link information it needs. A SpiderParseHTML class can be used just like the ParseHTML class, with the spider gaining its information in the background.

Spider..::.URLType
The types of link that can be encountered.