Пример #1
0
 public RabbitMqFixture()
 {
     dockerProxy             = new DockerProxy(new Uri(Configuration.DockerHttpApiUri));
     RabbitHostForManagement = "localhost";
 }
 public RabbitMqFixture()
 {
     dockerProxy = new DockerProxy(new Uri(Configuration.DockerHttpApiUri));
 }