Example #1
0
 public VcapClient(Cloud cloud)
 {
     credMgr = new VcapCredentialManager();
     credMgr.SetTarget(cloud.Url);
     this.cloud = cloud;
 }
Example #2
0
 public VcapClient(string uri)
 {
     credMgr = new VcapCredentialManager();
     credMgr.SetTarget(uri);
 }