コード例 #1
0
ファイル: HttpHandler.cs プロジェクト: mihkos/httpCleaner
 public HttpHandler(HttpResult currentLog)
 {
     _currentLog = currentLog;
 }
コード例 #2
0
ファイル: HttpHandler.cs プロジェクト: mihkos/httpCleaner
 public HttpHandler()
 {
     _currentLog = null;
 }