Exemple #1
0
 public System.Threading.Tasks.Task <InteleSmsMessagingKit.SmsSoapApi.SendSMSResponse> SendSMSAsync(InteleSmsMessagingKit.SmsSoapApi.Authorizer Authorizer, InteleSmsMessagingKit.SmsSoapApi.SMSMessage smsObj)
 {
     InteleSmsMessagingKit.SmsSoapApi.SendSMSRequest inValue = new InteleSmsMessagingKit.SmsSoapApi.SendSMSRequest();
     inValue.Authorizer = Authorizer;
     inValue.smsObj     = smsObj;
     return(((InteleSmsMessagingKit.SmsSoapApi.SMSgatewaySoap)(this)).SendSMSAsync(inValue));
 }
Exemple #2
0
 public InteleSmsMessagingKit.SmsSoapApi.ResponseObj SendSMS(InteleSmsMessagingKit.SmsSoapApi.Authorizer Authorizer, InteleSmsMessagingKit.SmsSoapApi.SMSMessage smsObj)
 {
     InteleSmsMessagingKit.SmsSoapApi.SendSMSRequest inValue = new InteleSmsMessagingKit.SmsSoapApi.SendSMSRequest();
     inValue.Authorizer = Authorizer;
     inValue.smsObj     = smsObj;
     InteleSmsMessagingKit.SmsSoapApi.SendSMSResponse retVal = ((InteleSmsMessagingKit.SmsSoapApi.SMSgatewaySoap)(this)).SendSMS(inValue);
     return(retVal.SendSMSResult);
 }
Exemple #3
0
 System.Threading.Tasks.Task <InteleSmsMessagingKit.SmsSoapApi.SendSMSResponse> InteleSmsMessagingKit.SmsSoapApi.SMSgatewaySoap.SendSMSAsync(InteleSmsMessagingKit.SmsSoapApi.SendSMSRequest request)
 {
     return(base.Channel.SendSMSAsync(request));
 }
Exemple #4
0
 InteleSmsMessagingKit.SmsSoapApi.SendSMSResponse InteleSmsMessagingKit.SmsSoapApi.SMSgatewaySoap.SendSMS(InteleSmsMessagingKit.SmsSoapApi.SendSMSRequest request)
 {
     return(base.Channel.SendSMS(request));
 }