CrawlStatus Constructor
|
Initializes a new instance of the CrawlStatus class. |
CurrentItemBytesDownloaded | Number of bytes downloaded so far from the current item. |
CurrentItemSize | Size of the item being downloaded. |
CurrentUrl | URL of the item being downloaded. |
IsCrawling | If true, the Spider is still downloading data. |
TotalBytesDownloaded | Total bytes downloaded so far. |
TotalItemsDownloaded | Total number of items downloaded so far. |
CrawlStatus Class | dtSearch.Spider Namespace