예제 #1
0
 public System.Threading.Tasks.Task <SMSProcess.ServiceVNTP.uploadSMSResponse> uploadSMSAsync(string username, string password, string serviceId, string userId, string contentType, string serviceKind, string infor)
 {
     SMSProcess.ServiceVNTP.uploadSMSRequest inValue = new SMSProcess.ServiceVNTP.uploadSMSRequest();
     inValue.Body             = new SMSProcess.ServiceVNTP.uploadSMSRequestBody();
     inValue.Body.username    = username;
     inValue.Body.password    = password;
     inValue.Body.serviceId   = serviceId;
     inValue.Body.userId      = userId;
     inValue.Body.contentType = contentType;
     inValue.Body.serviceKind = serviceKind;
     inValue.Body.infor       = infor;
     return(((SMSProcess.ServiceVNTP.BrandNameWS)(this)).uploadSMSAsync(inValue));
 }
예제 #2
0
 public int uploadSMS(string username, string password, string serviceId, string userId, string contentType, string serviceKind, string infor)
 {
     SMSProcess.ServiceVNTP.uploadSMSRequest inValue = new SMSProcess.ServiceVNTP.uploadSMSRequest();
     inValue.Body             = new SMSProcess.ServiceVNTP.uploadSMSRequestBody();
     inValue.Body.username    = username;
     inValue.Body.password    = password;
     inValue.Body.serviceId   = serviceId;
     inValue.Body.userId      = userId;
     inValue.Body.contentType = contentType;
     inValue.Body.serviceKind = serviceKind;
     inValue.Body.infor       = infor;
     SMSProcess.ServiceVNTP.uploadSMSResponse retVal = ((SMSProcess.ServiceVNTP.BrandNameWS)(this)).uploadSMS(inValue);
     return(retVal.Body.@return);
 }
예제 #3
0
 System.Threading.Tasks.Task <SMSProcess.ServiceVNTP.uploadSMSResponse> SMSProcess.ServiceVNTP.BrandNameWS.uploadSMSAsync(SMSProcess.ServiceVNTP.uploadSMSRequest request)
 {
     return(base.Channel.uploadSMSAsync(request));
 }
예제 #4
0
 SMSProcess.ServiceVNTP.uploadSMSResponse SMSProcess.ServiceVNTP.BrandNameWS.uploadSMS(SMSProcess.ServiceVNTP.uploadSMSRequest request)
 {
     return(base.Channel.uploadSMS(request));
 }