Example #1
0
 public System.Threading.Tasks.Task <RielAp.Advertising.TurboSMSService.SendSMSResponse> SendSMSAsync(string sender, string destination, string text, string wappush)
 {
     RielAp.Advertising.TurboSMSService.SendSMSRequest inValue = new RielAp.Advertising.TurboSMSService.SendSMSRequest();
     inValue.Body             = new RielAp.Advertising.TurboSMSService.SendSMSRequestBody();
     inValue.Body.sender      = sender;
     inValue.Body.destination = destination;
     inValue.Body.text        = text;
     inValue.Body.wappush     = wappush;
     return(((RielAp.Advertising.TurboSMSService.ServiceSoap)(this)).SendSMSAsync(inValue));
 }
Example #2
0
 public RielAp.Advertising.TurboSMSService.ArrayOfString SendSMS(string sender, string destination, string text, string wappush)
 {
     RielAp.Advertising.TurboSMSService.SendSMSRequest inValue = new RielAp.Advertising.TurboSMSService.SendSMSRequest();
     inValue.Body             = new RielAp.Advertising.TurboSMSService.SendSMSRequestBody();
     inValue.Body.sender      = sender;
     inValue.Body.destination = destination;
     inValue.Body.text        = text;
     inValue.Body.wappush     = wappush;
     RielAp.Advertising.TurboSMSService.SendSMSResponse retVal = ((RielAp.Advertising.TurboSMSService.ServiceSoap)(this)).SendSMS(inValue);
     return(retVal.Body.SendSMSResult);
 }
Example #3
0
 System.Threading.Tasks.Task <RielAp.Advertising.TurboSMSService.SendSMSResponse> RielAp.Advertising.TurboSMSService.ServiceSoap.SendSMSAsync(RielAp.Advertising.TurboSMSService.SendSMSRequest request)
 {
     return(base.Channel.SendSMSAsync(request));
 }
Example #4
0
 RielAp.Advertising.TurboSMSService.SendSMSResponse RielAp.Advertising.TurboSMSService.ServiceSoap.SendSMS(RielAp.Advertising.TurboSMSService.SendSMSRequest request)
 {
     return(base.Channel.SendSMS(request));
 }