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.
| C# | Visual Basic | Visual C++ |
public Spider( SpiderOptions options, ISpiderReportable report )
Public Sub New ( _ options As SpiderOptions, _ report As ISpiderReportable _ )
public: Spider( SpiderOptions^ options, ISpiderReportable^ report )
- options (SpiderOptions)
- The configuration options for this spider.
- report (ISpiderReportable)
- A SpiderReportable class to report progress to