Example #1
0
 public System.Threading.Tasks.Task <ViHISSrv.Services.SMS_VNP.SendSMSBrandNameExAsyncResponse> SendSMSBrandNameExAsyncAsync(string username, string password, string phone, string message)
 {
     ViHISSrv.Services.SMS_VNP.SendSMSBrandNameExAsyncRequest inValue = new ViHISSrv.Services.SMS_VNP.SendSMSBrandNameExAsyncRequest();
     inValue.Body          = new ViHISSrv.Services.SMS_VNP.SendSMSBrandNameExAsyncRequestBody();
     inValue.Body.username = username;
     inValue.Body.password = password;
     inValue.Body.phone    = phone;
     inValue.Body.message  = message;
     return(((ViHISSrv.Services.SMS_VNP.SMS_VNPSoap)(this)).SendSMSBrandNameExAsyncAsync(inValue));
 }
Example #2
0
 public int SendSMSBrandNameExAsync(string username, string password, string phone, string message)
 {
     ViHISSrv.Services.SMS_VNP.SendSMSBrandNameExAsyncRequest inValue = new ViHISSrv.Services.SMS_VNP.SendSMSBrandNameExAsyncRequest();
     inValue.Body          = new ViHISSrv.Services.SMS_VNP.SendSMSBrandNameExAsyncRequestBody();
     inValue.Body.username = username;
     inValue.Body.password = password;
     inValue.Body.phone    = phone;
     inValue.Body.message  = message;
     ViHISSrv.Services.SMS_VNP.SendSMSBrandNameExAsyncResponse retVal = ((ViHISSrv.Services.SMS_VNP.SMS_VNPSoap)(this)).SendSMSBrandNameExAsync(inValue);
     return(retVal.Body.SendSMSBrandNameExAsyncResult);
 }
Example #3
0
 System.Threading.Tasks.Task <ViHISSrv.Services.SMS_VNP.SendSMSBrandNameExAsyncResponse> ViHISSrv.Services.SMS_VNP.SMS_VNPSoap.SendSMSBrandNameExAsyncAsync(ViHISSrv.Services.SMS_VNP.SendSMSBrandNameExAsyncRequest request)
 {
     return(base.Channel.SendSMSBrandNameExAsyncAsync(request));
 }
Example #4
0
 ViHISSrv.Services.SMS_VNP.SendSMSBrandNameExAsyncResponse ViHISSrv.Services.SMS_VNP.SMS_VNPSoap.SendSMSBrandNameExAsync(ViHISSrv.Services.SMS_VNP.SendSMSBrandNameExAsyncRequest request)
 {
     return(base.Channel.SendSMSBrandNameExAsync(request));
 }