示例#1
0
 public System.Threading.Tasks.Task <ViHISSrv.Services.SMS_VNP.SendSMSBrandNameResponse> SendSMSBrandNameAsync(string username, string password, string phone, string message)
 {
     ViHISSrv.Services.SMS_VNP.SendSMSBrandNameRequest inValue = new ViHISSrv.Services.SMS_VNP.SendSMSBrandNameRequest();
     inValue.Body          = new ViHISSrv.Services.SMS_VNP.SendSMSBrandNameRequestBody();
     inValue.Body.username = username;
     inValue.Body.password = password;
     inValue.Body.phone    = phone;
     inValue.Body.message  = message;
     return(((ViHISSrv.Services.SMS_VNP.SMS_VNPSoap)(this)).SendSMSBrandNameAsync(inValue));
 }
示例#2
0
 public int SendSMSBrandName(string username, string password, string phone, string message)
 {
     ViHISSrv.Services.SMS_VNP.SendSMSBrandNameRequest inValue = new ViHISSrv.Services.SMS_VNP.SendSMSBrandNameRequest();
     inValue.Body          = new ViHISSrv.Services.SMS_VNP.SendSMSBrandNameRequestBody();
     inValue.Body.username = username;
     inValue.Body.password = password;
     inValue.Body.phone    = phone;
     inValue.Body.message  = message;
     ViHISSrv.Services.SMS_VNP.SendSMSBrandNameResponse retVal = ((ViHISSrv.Services.SMS_VNP.SMS_VNPSoap)(this)).SendSMSBrandName(inValue);
     return(retVal.Body.SendSMSBrandNameResult);
 }
示例#3
0
 System.Threading.Tasks.Task <ViHISSrv.Services.SMS_VNP.SendSMSBrandNameResponse> ViHISSrv.Services.SMS_VNP.SMS_VNPSoap.SendSMSBrandNameAsync(ViHISSrv.Services.SMS_VNP.SendSMSBrandNameRequest request)
 {
     return(base.Channel.SendSMSBrandNameAsync(request));
 }
示例#4
0
 ViHISSrv.Services.SMS_VNP.SendSMSBrandNameResponse ViHISSrv.Services.SMS_VNP.SMS_VNPSoap.SendSMSBrandName(ViHISSrv.Services.SMS_VNP.SendSMSBrandNameRequest request)
 {
     return(base.Channel.SendSMSBrandName(request));
 }