Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <TestLicenseWin.LicenseActivation.TransferLicenseResponse> TransferLicenseAsync(string oldSerialNumber, string oldActivationCode, string newActivationCode)
 {
     TestLicenseWin.LicenseActivation.TransferLicenseRequest inValue = new TestLicenseWin.LicenseActivation.TransferLicenseRequest();
     inValue.Body = new TestLicenseWin.LicenseActivation.TransferLicenseRequestBody();
     inValue.Body.oldSerialNumber   = oldSerialNumber;
     inValue.Body.oldActivationCode = oldActivationCode;
     inValue.Body.newActivationCode = newActivationCode;
     return(((TestLicenseWin.LicenseActivation.WebActivateLicenseSoap)(this)).TransferLicenseAsync(inValue));
 }
Ejemplo n.º 2
0
 public string TransferLicense(string oldSerialNumber, string oldActivationCode, string newActivationCode)
 {
     TestLicenseWin.LicenseActivation.TransferLicenseRequest inValue = new TestLicenseWin.LicenseActivation.TransferLicenseRequest();
     inValue.Body = new TestLicenseWin.LicenseActivation.TransferLicenseRequestBody();
     inValue.Body.oldSerialNumber   = oldSerialNumber;
     inValue.Body.oldActivationCode = oldActivationCode;
     inValue.Body.newActivationCode = newActivationCode;
     TestLicenseWin.LicenseActivation.TransferLicenseResponse retVal = ((TestLicenseWin.LicenseActivation.WebActivateLicenseSoap)(this)).TransferLicense(inValue);
     return(retVal.Body.TransferLicenseResult);
 }
Ejemplo n.º 3
0
 System.Threading.Tasks.Task <TestLicenseWin.LicenseActivation.TransferLicenseResponse> TestLicenseWin.LicenseActivation.WebActivateLicenseSoap.TransferLicenseAsync(TestLicenseWin.LicenseActivation.TransferLicenseRequest request)
 {
     return(base.Channel.TransferLicenseAsync(request));
 }
Ejemplo n.º 4
0
 TestLicenseWin.LicenseActivation.TransferLicenseResponse TestLicenseWin.LicenseActivation.WebActivateLicenseSoap.TransferLicense(TestLicenseWin.LicenseActivation.TransferLicenseRequest request)
 {
     return(base.Channel.TransferLicense(request));
 }