The methods of the HttpDataSource class are listed below. For a complete list of HttpDataSource class members, see the HttpDataSource Members topic.
![]() SetDebugLogging | Create a debug log recording the spider's actions |
Add | Requests that the spider stop crawling web sites |
Dispose | |
GetNextDoc | Get the next document from the data source. |
GetStatus | Get the status of the spider |
IsCrawling | Returns true if the spider is still downloading data |
Rewind | Initializes the spider so the next GetNextDoc call will return the first document. |
StartCrawl | Starts crawling web sites on a different thread. |
StopCrawl |
HttpDataSource Class | dtSearch.Spider Namespace