The collection of Uris with which to begin processing.

Declaration Syntax

ReadOnly Property StartingUris() As IEnumerable`1
IEnumerable`1<string> StartingUris {get;}
__property IEnumerable`1 get_StartingUris();
function get StartingUris() : IEnumerable`1;

Remarks

In other words, the uris in this list will be processed, and then the crawler will follow any appropriate links in these pages, and so on...

Requirements

Namespace: Eas.WebCrawler.Interfaces
Assembly: Eas.WebCrawler.Interfaces (eas.webcrawler.interfaces.dll)

See Also

WebCrawlerContext Interface | WebCrawlerContext Members | Eas.WebCrawler.Interfaces Namespace