Exemplo n.º 1
0
 public VirtualMachinesManager(IOSCRequestManager rm)
 {
     this.rm = rm;
 }
Exemplo n.º 2
0
 public MarketplaceManager(IOSCRequestManager rm)
 {
     this.rm = rm;
 }
Exemplo n.º 3
0
 public BillingManager(IOSCRequestManager rm)
 {
     this.rm = rm;
 }
 public UsersManager(IOSCRequestManager rm)
 {
     this.rm = rm;
 }
 public NetworkManager(IOSCRequestManager rm)
 {
     this.rm = rm;
 }
Exemplo n.º 6
0
 public OneStepClient(IOSCRequestManager rq)
 {
     requestManager = rq;
     Initialize();
 }
Exemplo n.º 7
0
 public OneStepClient(string apiurl)
 {
     requestManager = new OSCRequestManager(apiurl);
     Initialize();
 }
Exemplo n.º 8
0
 public OneStepClient(OneStepRegion region)
 {
     requestManager = new OSCRequestManager(region);
     Initialize();
 }
Exemplo n.º 9
0
 public VpnManager(IOSCRequestManager rm)
 {
     this.rm = rm;
 }
Exemplo n.º 10
0
 public AccountManager(IOSCRequestManager rm)
 {
     this.rm = rm;
 }