Example #1
0
 public HttpHandler(HttpResult currentLog)
 {
     _currentLog = currentLog;
 }
Example #2
0
 public HttpHandler()
 {
     _currentLog = null;
 }