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