Beispiel #1
0
 public System.Threading.Tasks.Task <AxSRL.SMS.SMS.MongateGetDeliverResponse> MongateGetDeliverAsync(string userId, string password, int iReqType)
 {
     AxSRL.SMS.SMS.MongateGetDeliverRequest inValue = new AxSRL.SMS.SMS.MongateGetDeliverRequest();
     inValue.Body          = new AxSRL.SMS.SMS.MongateGetDeliverRequestBody();
     inValue.Body.userId   = userId;
     inValue.Body.password = password;
     inValue.Body.iReqType = iReqType;
     return(((AxSRL.SMS.SMS.wmgwSoap)(this)).MongateGetDeliverAsync(inValue));
 }
Beispiel #2
0
 public AxSRL.SMS.SMS.ArrayOfString MongateGetDeliver(string userId, string password, int iReqType)
 {
     AxSRL.SMS.SMS.MongateGetDeliverRequest inValue = new AxSRL.SMS.SMS.MongateGetDeliverRequest();
     inValue.Body          = new AxSRL.SMS.SMS.MongateGetDeliverRequestBody();
     inValue.Body.userId   = userId;
     inValue.Body.password = password;
     inValue.Body.iReqType = iReqType;
     AxSRL.SMS.SMS.MongateGetDeliverResponse retVal = ((AxSRL.SMS.SMS.wmgwSoap)(this)).MongateGetDeliver(inValue);
     return(retVal.Body.MongateGetDeliverResult);
 }
Beispiel #3
0
 System.Threading.Tasks.Task <AxSRL.SMS.SMS.MongateGetDeliverResponse> AxSRL.SMS.SMS.wmgwSoap.MongateGetDeliverAsync(AxSRL.SMS.SMS.MongateGetDeliverRequest request)
 {
     return(base.Channel.MongateGetDeliverAsync(request));
 }
Beispiel #4
0
 AxSRL.SMS.SMS.MongateGetDeliverResponse AxSRL.SMS.SMS.wmgwSoap.MongateGetDeliver(AxSRL.SMS.SMS.MongateGetDeliverRequest request)
 {
     return(base.Channel.MongateGetDeliver(request));
 }