Example #1
0
 public void AddAuthInfo(string scheme, byte[] auth)
 {
     _zooKeeper.addAuthInfo(scheme, auth);
 }