Esempio n. 1
0
 public WebSpiderOptions()
 {
     // todo: from app.config
     BaseUri = null;
     UriProcessedCountMax = -1;
     WebPageProcessor     = new WebPageProcessor(this);
     ShowSuccessUrls      = true;
 }
 public WebSpiderOptions()
 {
     // todo: from app.config
     BaseUri = null;
     UriProcessedCountMax = -1;
     WebPageProcessor = new WebPageProcessor(this);
     ShowSuccessUrls = true;
 }