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