Esempio n. 1
0
 public void Initialize(Benchmark benchmark)
 {
     if (_httpApi == null)
     {
         _httpApi = new BeetleX.Http.Clients.HttpClusterApi();
         _httpApi.DefaultNode.Add("http://192.168.2.19:8080");
         _httpHandler = _httpApi.Create <IHttpHandler>();
     }
 }