예제 #1
0
 public ConsumingWebService.SoapMine.ArrayOfString getCalucationList()
 {
     ConsumingWebService.SoapMine.getCalucationListRequest inValue = new ConsumingWebService.SoapMine.getCalucationListRequest();
     inValue.Body = new ConsumingWebService.SoapMine.getCalucationListRequestBody();
     ConsumingWebService.SoapMine.getCalucationListResponse retVal = ((ConsumingWebService.SoapMine.WebService1Soap)(this)).getCalucationList(inValue);
     return(retVal.Body.getCalucationListResult);
 }
예제 #2
0
 public System.Threading.Tasks.Task <ConsumingWebService.SoapMine.getCalucationListResponse> getCalucationListAsync()
 {
     ConsumingWebService.SoapMine.getCalucationListRequest inValue = new ConsumingWebService.SoapMine.getCalucationListRequest();
     inValue.Body = new ConsumingWebService.SoapMine.getCalucationListRequestBody();
     return(((ConsumingWebService.SoapMine.WebService1Soap)(this)).getCalucationListAsync(inValue));
 }
예제 #3
0
 System.Threading.Tasks.Task <ConsumingWebService.SoapMine.getCalucationListResponse> ConsumingWebService.SoapMine.WebService1Soap.getCalucationListAsync(ConsumingWebService.SoapMine.getCalucationListRequest request)
 {
     return(base.Channel.getCalucationListAsync(request));
 }
예제 #4
0
 ConsumingWebService.SoapMine.getCalucationListResponse ConsumingWebService.SoapMine.WebService1Soap.getCalucationList(ConsumingWebService.SoapMine.getCalucationListRequest request)
 {
     return(base.Channel.getCalucationList(request));
 }