Esempio n. 1
0
 public System.Threading.Tasks.Task <RielAp.Advertising.TurboSMSService.AuthResponse> AuthAsync(string login, string password)
 {
     RielAp.Advertising.TurboSMSService.AuthRequest inValue = new RielAp.Advertising.TurboSMSService.AuthRequest();
     inValue.Body          = new RielAp.Advertising.TurboSMSService.AuthRequestBody();
     inValue.Body.login    = login;
     inValue.Body.password = password;
     return(((RielAp.Advertising.TurboSMSService.ServiceSoap)(this)).AuthAsync(inValue));
 }
Esempio n. 2
0
 public string Auth(string login, string password)
 {
     RielAp.Advertising.TurboSMSService.AuthRequest inValue = new RielAp.Advertising.TurboSMSService.AuthRequest();
     inValue.Body          = new RielAp.Advertising.TurboSMSService.AuthRequestBody();
     inValue.Body.login    = login;
     inValue.Body.password = password;
     RielAp.Advertising.TurboSMSService.AuthResponse retVal = ((RielAp.Advertising.TurboSMSService.ServiceSoap)(this)).Auth(inValue);
     return(retVal.Body.AuthResult);
 }
Esempio n. 3
0
 System.Threading.Tasks.Task <RielAp.Advertising.TurboSMSService.AuthResponse> RielAp.Advertising.TurboSMSService.ServiceSoap.AuthAsync(RielAp.Advertising.TurboSMSService.AuthRequest request)
 {
     return(base.Channel.AuthAsync(request));
 }
Esempio n. 4
0
 RielAp.Advertising.TurboSMSService.AuthResponse RielAp.Advertising.TurboSMSService.ServiceSoap.Auth(RielAp.Advertising.TurboSMSService.AuthRequest request)
 {
     return(base.Channel.Auth(request));
 }