Esempio n. 1
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);
 }
Esempio n. 2
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));
 }
Esempio n. 3
0
 public SendSMSRequest(InteleSmsMessagingKit.SmsSoapApi.Authorizer Authorizer, InteleSmsMessagingKit.SmsSoapApi.SMSMessage smsObj)
 {
     this.Authorizer = Authorizer;
     this.smsObj     = smsObj;
 }