コード例 #1
0
ファイル: Crawler.cs プロジェクト: diwu0510/CoreCommonLibrary
 public Crawler(string sourceUrl, string webRootPath, UEditorConfig config, UpYunService client = null)
 {
     SourceUrl    = sourceUrl;
     _config      = config;
     _webRootPath = webRootPath;
     _client      = client;
 }
コード例 #2
0
ファイル: Crawler.cs プロジェクト: diwu0510/TrainingCrmCore
 public Crawler(string sourceUrl, string webRootPath, UEditorConfig config)
 {
     this.SourceUrl = sourceUrl;
     _config        = config;
     _webRootPath   = webRootPath;
 }