Constructs a VisitedListCreatingUrlProcessor from the name of the file to which visited Uris will be saved.

Declaration Syntax

Public Sub New( _
	ByVal fileName As String _
)
public VisitedListCreatingUrlProcessor(
	string fileName
);
public: VisitedListCreatingUrlProcessor(
	String fileName
);
public function VisitedListCreatingUrlProcessor(
	fileName : String
);

Parameters

fileName
The name of the file to which visited Uris will be saved. 

Requirements

Namespace: Eas.WebCrawler.PlugIns.UrlProcessedHandlers
Assembly: Eas.WebCrawler.PlugIns (eas.webcrawler.plugins.dll)

See Also

VisitedListCreatingUrlProcessor Class | VisitedListCreatingUrlProcessor Members | Eas.WebCrawler.PlugIns.UrlProcessedHandlers Namespace