示例#1
0
 public System.Threading.Tasks.Task <DecaPay.SendSMS.SendSMSAdvertResponse> SendSMSAdvertAsync(string account_name, string account_password, string Phonenumber, string Message, string SendFrom, string CommandCode, string RequestID)
 {
     DecaPay.SendSMS.SendSMSAdvertRequest inValue = new DecaPay.SendSMS.SendSMSAdvertRequest();
     inValue.Body = new DecaPay.SendSMS.SendSMSAdvertRequestBody();
     inValue.Body.account_name     = account_name;
     inValue.Body.account_password = account_password;
     inValue.Body.Phonenumber      = Phonenumber;
     inValue.Body.Message          = Message;
     inValue.Body.SendFrom         = SendFrom;
     inValue.Body.CommandCode      = CommandCode;
     inValue.Body.RequestID        = RequestID;
     return(((DecaPay.SendSMS.Service_SendSMS2Soap)(this)).SendSMSAdvertAsync(inValue));
 }
示例#2
0
 public int SendSMSAdvert(string account_name, string account_password, string Phonenumber, string Message, string SendFrom, string CommandCode, string RequestID)
 {
     DecaPay.SendSMS.SendSMSAdvertRequest inValue = new DecaPay.SendSMS.SendSMSAdvertRequest();
     inValue.Body = new DecaPay.SendSMS.SendSMSAdvertRequestBody();
     inValue.Body.account_name     = account_name;
     inValue.Body.account_password = account_password;
     inValue.Body.Phonenumber      = Phonenumber;
     inValue.Body.Message          = Message;
     inValue.Body.SendFrom         = SendFrom;
     inValue.Body.CommandCode      = CommandCode;
     inValue.Body.RequestID        = RequestID;
     DecaPay.SendSMS.SendSMSAdvertResponse retVal = ((DecaPay.SendSMS.Service_SendSMS2Soap)(this)).SendSMSAdvert(inValue);
     return(retVal.Body.SendSMSAdvertResult);
 }
示例#3
0
 System.Threading.Tasks.Task <DecaPay.SendSMS.SendSMSAdvertResponse> DecaPay.SendSMS.Service_SendSMS2Soap.SendSMSAdvertAsync(DecaPay.SendSMS.SendSMSAdvertRequest request)
 {
     return(base.Channel.SendSMSAdvertAsync(request));
 }
示例#4
0
 DecaPay.SendSMS.SendSMSAdvertResponse DecaPay.SendSMS.Service_SendSMS2Soap.SendSMSAdvert(DecaPay.SendSMS.SendSMSAdvertRequest request)
 {
     return(base.Channel.SendSMSAdvert(request));
 }