コード例 #1
0
 public SendSMSBrandNameByListRequestBody(string username, string password, ViHISSrv.Services.SMS_VNP.ArrayOfString phones, string message)
 {
     this.username = username;
     this.password = password;
     this.phones   = phones;
     this.message  = message;
 }
コード例 #2
0
 public ViHISSrv.Services.SMS_VNP.ArrayOfString SendSMSBrandNameByList(string username, string password, ViHISSrv.Services.SMS_VNP.ArrayOfString phones, string message)
 {
     ViHISSrv.Services.SMS_VNP.SendSMSBrandNameByListRequest inValue = new ViHISSrv.Services.SMS_VNP.SendSMSBrandNameByListRequest();
     inValue.Body          = new ViHISSrv.Services.SMS_VNP.SendSMSBrandNameByListRequestBody();
     inValue.Body.username = username;
     inValue.Body.password = password;
     inValue.Body.phones   = phones;
     inValue.Body.message  = message;
     ViHISSrv.Services.SMS_VNP.SendSMSBrandNameByListResponse retVal = ((ViHISSrv.Services.SMS_VNP.SMS_VNPSoap)(this)).SendSMSBrandNameByList(inValue);
     return(retVal.Body.errorList);
 }
コード例 #3
0
 public System.Threading.Tasks.Task <ViHISSrv.Services.SMS_VNP.SendSMSBrandNameByListResponse> SendSMSBrandNameByListAsync(string username, string password, ViHISSrv.Services.SMS_VNP.ArrayOfString phones, string message)
 {
     ViHISSrv.Services.SMS_VNP.SendSMSBrandNameByListRequest inValue = new ViHISSrv.Services.SMS_VNP.SendSMSBrandNameByListRequest();
     inValue.Body          = new ViHISSrv.Services.SMS_VNP.SendSMSBrandNameByListRequestBody();
     inValue.Body.username = username;
     inValue.Body.password = password;
     inValue.Body.phones   = phones;
     inValue.Body.message  = message;
     return(((ViHISSrv.Services.SMS_VNP.SMS_VNPSoap)(this)).SendSMSBrandNameByListAsync(inValue));
 }
コード例 #4
0
 public SendSMSBrandNameByListResponseBody(ViHISSrv.Services.SMS_VNP.ArrayOfString errorList)
 {
     this.errorList = errorList;
 }