Encog 1.1 for DotNet
BeginHost Method (host)
NamespacesEncog.Bot.SpiderISpiderReportableBeginHost(String)
This function is called when the spider is ready to process a new host.
Declaration Syntax
C#Visual BasicVisual C++
bool BeginHost(
	string host
)
Function BeginHost ( _
	host As String _
) As Boolean
bool BeginHost(
	String^ host
)
Parameters
host (String)
The new host that is about to be processed.
Return Value
True if this host should be processed, false otherwise.

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