Ejemplo n.º 1
0
 public RabbitAdmin(string root, string username, string password)
 {
     httpClient = new RabbitHttpClient(root.FormatWithReplacements(), username, password);
 }
Ejemplo n.º 2
0
 public RabbitAdmin(string root)
 {
     httpClient = new RabbitHttpClient(root.FormatWithReplacements());
 }