Example #1
0
 public System.Threading.Tasks.Task <SmsService.GetSmsStatusResponse> GetSmsStatusAsync(string user_id, string password, string sms_type, string sms_id)
 {
     SmsService.GetSmsStatusRequest inValue = new SmsService.GetSmsStatusRequest();
     inValue.Body          = new SmsService.GetSmsStatusRequestBody();
     inValue.Body.user_id  = user_id;
     inValue.Body.password = password;
     inValue.Body.sms_type = sms_type;
     inValue.Body.sms_id   = sms_id;
     return(((SmsService.SmsManagerSoap)(this)).GetSmsStatusAsync(inValue));
 }
Example #2
0
 System.Threading.Tasks.Task <SmsService.GetSmsStatusResponse> SmsService.SmsManagerSoap.GetSmsStatusAsync(SmsService.GetSmsStatusRequest request)
 {
     return(base.Channel.GetSmsStatusAsync(request));
 }