Esempio n. 1
0
 public Crawler(string sourceUrl, string webRootPath, UEditorConfig config, UpYunService client = null)
 {
     SourceUrl    = sourceUrl;
     _config      = config;
     _webRootPath = webRootPath;
     _client      = client;
 }
Esempio n. 2
0
 public Crawler(string sourceUrl, string webRootPath, UEditorConfig config)
 {
     this.SourceUrl = sourceUrl;
     _config        = config;
     _webRootPath   = webRootPath;
 }