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